Blame SOURCES/gcc5-i386-libgomp.patch

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