patches/gcc/4.2.0/190-c99-complex-ugly-hack.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
parent 111 2e16b9fc302d
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
yann@111
     1
--- gcc-4.0.0/libstdc++-v3/configure-old	2005-04-30 22:04:48.061603912 -0500
yann@111
     2
+++ gcc-4.0.0/libstdc++-v3/configure	2005-04-30 22:06:13.678588152 -0500
yann@111
     3
@@ -7194,6 +7194,9 @@
yann@111
     4
 cat >>conftest.$ac_ext <<_ACEOF
yann@111
     5
 /* end confdefs.h.  */
yann@111
     6
 #include <complex.h>
yann@111
     7
+#ifdef __UCLIBC__
yann@111
     8
+#error ugly hack to make sure configure test fails here for cross until uClibc supports the complex funcs
yann@111
     9
+#endif
yann@111
    10
 int
yann@111
    11
 main ()
yann@111
    12
 {