Blame SOURCES/gcc6-i386-libgomp.patch

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