Blame SOURCES/gcc8-i386-libgomp.patch

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