crosstool-ng/patches/gcc/4.4.4/180-libgomp-no-werror.patch
Yann E. MORIN" 1bb327e7c9 cc/gcc: fix 4.4.4 patchset
Most patches contained two spurious first lines.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-10-12 23:47:24 +02:00

13 lines
413 B
Diff

diff -durN gcc-4.4.4.orig/libgomp/configure gcc-4.4.4/libgomp/configure
--- gcc-4.4.4.orig/libgomp/configure 2010-04-29 10:26:54.000000000 +0200
+++ gcc-4.4.4/libgomp/configure 2010-05-16 19:12:19.000000000 +0200
@@ -3334,7 +3334,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.