Blame SOURCES/gcc49-i386-libgomp.patch

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