patches/gcc/4.4.4/180-libgomp-no-werror.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jul 28 21:32:42 2010 +0200 (2010-07-28)
changeset 2040 c0162f201864
child 2148 ada9128c98b8
permissions -rw-r--r--
config: allow unconditional usage of tristates
     1 diff -durN gcc-4.4.0.orig/libgomp/configure gcc-4.4.0/libgomp/configure
     2 
     3 diff -durN gcc-4.4.4.orig/libgomp/configure gcc-4.4.4/libgomp/configure
     4 --- gcc-4.4.4.orig/libgomp/configure	2010-04-29 10:26:54.000000000 +0200
     5 +++ gcc-4.4.4/libgomp/configure	2010-05-16 19:12:19.000000000 +0200
     6 @@ -3334,7 +3334,7 @@
     7  
     8  # Add -Wall -Werror if we are using GCC.
     9  if test "x$GCC" = "xyes"; then
    10 -  XCFLAGS="$XCFLAGS -Wall -Werror"
    11 +  XCFLAGS="$XCFLAGS -Wall"
    12  fi
    13  
    14  # Find other programs we need.