Blame SOURCES/gcc9-i386-libgomp.patch

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