patches/gcc/4.4.4/180-libgomp-no-werror.patch
changeset 1953 a93af06e180d
child 2148 ada9128c98b8
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.4.4/180-libgomp-no-werror.patch	Sun May 16 19:41:53 2010 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +diff -durN gcc-4.4.0.orig/libgomp/configure gcc-4.4.0/libgomp/configure
     1.5 +
     1.6 +diff -durN gcc-4.4.4.orig/libgomp/configure gcc-4.4.4/libgomp/configure
     1.7 +--- gcc-4.4.4.orig/libgomp/configure	2010-04-29 10:26:54.000000000 +0200
     1.8 ++++ gcc-4.4.4/libgomp/configure	2010-05-16 19:12:19.000000000 +0200
     1.9 +@@ -3334,7 +3334,7 @@
    1.10 + 
    1.11 + # Add -Wall -Werror if we are using GCC.
    1.12 + if test "x$GCC" = "xyes"; then
    1.13 +-  XCFLAGS="$XCFLAGS -Wall -Werror"
    1.14 ++  XCFLAGS="$XCFLAGS -Wall"
    1.15 + fi
    1.16 + 
    1.17 + # Find other programs we need.