patches/gcc/4.4.4/180-libgomp-no-werror.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 12 23:47:24 2010 +0200 (2010-10-12)
changeset 2148 ada9128c98b8
parent 1948 d341be24dc68
permissions -rw-r--r--
cc/gcc: fix 4.4.4 patchset

Most patches contained two spurious first lines.

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