c358f1d
--- libgomp/configure.tgt.jj	2008-01-10 20:53:48.000000000 +0100
c358f1d
+++ libgomp/configure.tgt	2008-03-27 12:44:51.000000000 +0100
e835ae2
@@ -67,7 +67,7 @@ if test $enable_linux_futex = yes; then
c358f1d
 	    ;;
c358f1d
 	  *)
c358f1d
 	    if test -z "$with_arch"; then
c358f1d
-	      XCFLAGS="${XCFLAGS} -march=i486 -mtune=${target_cpu}"
c358f1d
+	      XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
c358f1d
 	    fi
c358f1d
 	esac
c358f1d
 	;;