patches/gcc/4.4.7/180-libgomp-no-werror.patch
author Jang, Bongseo <graycells@gmail.com>
Sun Sep 23 11:18:30 2012 +0900 (2012-09-23)
changeset 3058 2800ef0ff450
parent 2406 95e0c248d257
permissions -rw-r--r--
libc/eglibc: Split changeset 3052:06b663f297 into eglibc/libc and eglibc/ports patches

crosstool-ng's glibc patche is made against glibc/libc sub-dir.
changeset 3052:06b663f297 is against glibc top-dir. it needs to split.

Signed-off-by: "Jang, Bongseo" <graycells@gmail.com>
[yann.morin.1998@free.fr: fix the ports patches depth]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-ID: <5040c8e83e35618361dc.1348370890@localhost.localdomain>
PatchWork-ID: 186177
yann@2149
     1
diff -durN gcc-4.4.5.orig/libgomp/configure gcc-4.4.5/libgomp/configure
yann@2149
     2
--- gcc-4.4.5.orig/libgomp/configure	2010-10-01 10:26:18.000000000 +0200
yann@2149
     3
+++ gcc-4.4.5/libgomp/configure	2010-10-09 23:00:33.000000000 +0200
yann@2149
     4
@@ -3334,7 +3334,7 @@
yann@2149
     5
 
yann@2149
     6
 # Add -Wall -Werror if we are using GCC.
yann@2149
     7
 if test "x$GCC" = "xyes"; then
yann@2149
     8
-  XCFLAGS="$XCFLAGS -Wall -Werror"
yann@2149
     9
+  XCFLAGS="$XCFLAGS -Wall"
yann@2149
    10
 fi
yann@2149
    11
 
yann@2149
    12
 # Find other programs we need.