Blame SOURCES/gcc9-i386-libgomp.patch

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