patches/gcc/4.0.4/150-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 1 eeea35fbf182
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@1
     1
--- gcc-4.0.0/libstdc++-v3/configure-old	2005-04-30 22:04:48.061603912 -0500
yann@1
     2
+++ gcc-4.0.0/libstdc++-v3/configure	2005-04-30 22:06:13.678588152 -0500
yann@1
     3
@@ -7194,6 +7194,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
 {