patches/gcc/4.4.4/180-libgomp-no-werror.patch
branch1.7
changeset 1949 838fb48dcd00
parent 1948 d341be24dc68
child 1951 583c6e1510f5
     1.1 --- a/patches/gcc/4.4.4/180-libgomp-no-werror.patch	Sun May 16 19:41:53 2010 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,14 +0,0 @@
     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.