Blame SOURCES/gcc10-i386-libgomp.patch

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