patches/gcc/4.4.4/180-libgomp-no-werror.patch
author Arnaud Lacombe <lacombar@gmail.com>
Thu Aug 05 17:59:51 2010 +0200 (2010-08-05)
changeset 2069 366bd2b22675
child 2148 ada9128c98b8
permissions -rw-r--r--
complibs/mpc: fix MPC 0.8.1 build with MPFR 3.0.0

This is the change introduced by revision 734 of MPC repository.

Author: Paul Zimmermann <Paul.Zimmermann@loria.fr>
Revision log: [acos.c] fixed problem with GMP_RNDA (should be MPFR_RNDA, and code was wrong)

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
     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.