patches/gcc/4.4.3/180-libgomp-no-werror.patch
changeset 1761 88020b2c3246
parent 1611 e2516bba8fe5
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.4.3/180-libgomp-no-werror.patch	Tue Jan 12 19:24:03 2010 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +diff -durN gcc-4.4.0.orig/libgomp/configure gcc-4.4.0/libgomp/configure
     1.5 +--- gcc-4.4.0.orig/libgomp/configure	2009-04-21 11:08:08.000000000 +0200
     1.6 ++++ gcc-4.4.0/libgomp/configure	2009-05-27 21:38:19.000000000 +0200
     1.7 +@@ -3334,7 +3334,7 @@
     1.8 + 
     1.9 + # Add -Wall -Werror if we are using GCC.
    1.10 + if test "x$GCC" = "xyes"; then
    1.11 +-  XCFLAGS="$XCFLAGS -Wall -Werror"
    1.12 ++  XCFLAGS="$XCFLAGS -Wall"
    1.13 + fi
    1.14 + 
    1.15 + # Find other programs we need.