aboutsummaryrefslogtreecommitdiff
path: root/4.3.2
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-07 19:57:18 +0000
committerMike Frysinger <vapier@gentoo.org>2008-12-07 19:57:18 +0000
commit5389336f3020866311d6467f79998ab22e7535ee (patch)
tree2a47add967ab5b6f0709a20644b6028cbb202d85 /4.3.2
parentadd fix from upstream #242492 (diff)
downloadgcc-patches-5389336f3020866311d6467f79998ab22e7535ee.tar.gz
gcc-patches-5389336f3020866311d6467f79998ab22e7535ee.tar.bz2
gcc-patches-5389336f3020866311d6467f79998ab22e7535ee.zip
disable -Werror for libgomp #229059
Diffstat (limited to '4.3.2')
-rw-r--r--4.3.2/gentoo/15_all_gcc-libgomp-no-werror.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/4.3.2/gentoo/15_all_gcc-libgomp-no-werror.patch b/4.3.2/gentoo/15_all_gcc-libgomp-no-werror.patch
new file mode 100644
index 0000000..1c3ec3a
--- /dev/null
+++ b/4.3.2/gentoo/15_all_gcc-libgomp-no-werror.patch
@@ -0,0 +1,16 @@
+libgomp does not respect --disable-werror
+
+http://bugs.gentoo.org/229059
+http://gcc.gnu.org/PR38436
+
+--- gcc-4.3.2/libgomp/configure
++++ gcc-4.3.2/libgomp/configure
+@@ -3297,7 +3297,7 @@
+
+ # Add -Wall -Werror if we are using GCC.
+ if test "x$GCC" = "xyes"; then
+- XCFLAGS="$XCFLAGS -Wall -Werror"
++ XCFLAGS="$XCFLAGS -Wall"
+ fi
+
+ # Find other programs we need.