patches/gcc/4.4.4/180-libgomp-no-werror.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 16 19:41:53 2010 +0200 (2010-05-16)
branch1.7
changeset 1948 d341be24dc68
child 2148 ada9128c98b8
permissions -rw-r--r--
cc/gcc: add latest version

Add 4.4.4 and forward-port patchset from 4.4.3
     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.