patches/gcc/4.4.4/180-libgomp-no-werror.patch
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun Nov 11 21:42:47 2012 +0100 (2012-11-11)
branch1.16
changeset 3107 91a52bc04af9
parent 1948 d341be24dc68
permissions -rw-r--r--
1.16: close branch

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 diff -durN gcc-4.4.4.orig/libgomp/configure gcc-4.4.4/libgomp/configure
     2 --- gcc-4.4.4.orig/libgomp/configure	2010-04-29 10:26:54.000000000 +0200
     3 +++ gcc-4.4.4/libgomp/configure	2010-05-16 19:12:19.000000000 +0200
     4 @@ -3334,7 +3334,7 @@
     5  
     6  # Add -Wall -Werror if we are using GCC.
     7  if test "x$GCC" = "xyes"; then
     8 -  XCFLAGS="$XCFLAGS -Wall -Werror"
     9 +  XCFLAGS="$XCFLAGS -Wall"
    10  fi
    11  
    12  # Find other programs we need.