Blame SOURCES/gcc7-i386-libgomp.patch

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