Blame SOURCES/gcc5-i386-libgomp.patch

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