Blame SOURCES/gcc10-i386-libgomp.patch

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