Blame SOURCES/gcc6-i386-libgomp.patch

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