patches/gcc/4.1.2/160-c99-complex-ugly-hack.patch
author Arnaud Lacombe <lacombar@gmail.com>
Thu Aug 05 17:59:51 2010 +0200 (2010-08-05)
changeset 2069 366bd2b22675
parent 13 068dce39f687
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>
yann@13
     1
--- gcc-4.1.2.orig/libstdc++-v3/configure	2007-03-04 23:32:31.000000000 +0100
yann@13
     2
+++ gcc-4.1.2/libstdc++-v3/configure	2007-03-04 23:33:54.000000000 +0100
yann@13
     3
@@ -7324,6 +7324,9 @@
yann@1
     4
 cat >>conftest.$ac_ext <<_ACEOF
yann@1
     5
 /* end confdefs.h.  */
yann@1
     6
 #include <complex.h>
yann@1
     7
+#ifdef __UCLIBC__
yann@1
     8
+#error ugly hack to make sure configure test fails here for cross until uClibc supports the complex funcs
yann@1
     9
+#endif
yann@1
    10
 int
yann@1
    11
 main ()
yann@1
    12
 {