patches/gcc/4.4.4/180-libgomp-no-werror.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 31 19:02:45 2010 +0200 (2010-08-31)
changeset 2104 975294cdc8f5
child 2148 ada9128c98b8
permissions -rw-r--r--
kernel/linux: remove old versions

Remove those versions whose series does no longer appear on the
front page of kernel.org

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.