Blame SOURCES/gcc9-i386-libgomp.patch

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