patches/gcc/4.1.2/160-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 13 068dce39f687
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
     1 --- gcc-4.1.2.orig/libstdc++-v3/configure	2007-03-04 23:32:31.000000000 +0100
     2 +++ gcc-4.1.2/libstdc++-v3/configure	2007-03-04 23:33:54.000000000 +0100
     3 @@ -7324,6 +7324,9 @@
     4  cat >>conftest.$ac_ext <<_ACEOF
     5  /* end confdefs.h.  */
     6  #include <complex.h>
     7 +#ifdef __UCLIBC__
     8 +#error ugly hack to make sure configure test fails here for cross until uClibc supports the complex funcs
     9 +#endif
    10  int
    11  main ()
    12  {