patches/gcc/4.4.4/180-libgomp-no-werror.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Sep 11 12:42:22 2010 +0200 (2010-09-11)
changeset 2111 5f4dbeb370e1
child 2148 ada9128c98b8
permissions -rw-r--r--
arch/arm: move config-options to second-part

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     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.