]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - gcc/patches/gcc49-i386-libgomp.patch0
gcc: Update to version 4.9.3
[people/pmueller/ipfire-3.x.git] / gcc / patches / gcc49-i386-libgomp.patch0
diff --git a/gcc/patches/gcc49-i386-libgomp.patch0 b/gcc/patches/gcc49-i386-libgomp.patch0
deleted file mode 100644 (file)
index 45883a6..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- libgomp/configure.tgt.jj   2008-01-10 20:53:48.000000000 +0100
-+++ libgomp/configure.tgt      2008-03-27 12:44:51.000000000 +0100
-@@ -67,7 +67,7 @@ if test $enable_linux_futex = yes; then
-           ;;
-         *)
-           if test -z "$with_arch"; then
--            XCFLAGS="${XCFLAGS} -march=i486 -mtune=${target_cpu}"
-+            XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
-           fi
-       esac
-       ;;
-@@ -79,7 +79,7 @@ if test $enable_linux_futex = yes; then
-       config_path="linux/x86 linux posix"
-       case " ${CC} ${CFLAGS} " in
-         *" -m32 "*)
--          XCFLAGS="${XCFLAGS} -march=i486 -mtune=i686"
-+          XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
-           ;;
-       esac
-       ;;