Blame SOURCES/gcc8-i386-libgomp.patch

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