aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-03-11 05:50:14 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-03-11 05:50:14 +0000
commit8c918766f18bafcd2bb3471713223cd6a5c808fb (patch)
treecffb29c0ed8b08e6b3a5495b2c7d8bfe27c34774 /4.0.3/uclibc/92_all_303-c99-complex-ugly-hack.patch
parentClean up the mess I made :) (diff)
downloadgcc-patches-8c918766f18bafcd2bb3471713223cd6a5c808fb.tar.gz
gcc-patches-8c918766f18bafcd2bb3471713223cd6a5c808fb.tar.bz2
gcc-patches-8c918766f18bafcd2bb3471713223cd6a5c808fb.zip
Add the 4.0.3 patchset, for real this time
Diffstat (limited to '4.0.3/uclibc/92_all_303-c99-complex-ugly-hack.patch')
-rw-r--r--4.0.3/uclibc/92_all_303-c99-complex-ugly-hack.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/4.0.3/uclibc/92_all_303-c99-complex-ugly-hack.patch b/4.0.3/uclibc/92_all_303-c99-complex-ugly-hack.patch
new file mode 100644
index 0000000..2ccc80d
--- /dev/null
+++ b/4.0.3/uclibc/92_all_303-c99-complex-ugly-hack.patch
@@ -0,0 +1,12 @@
+--- gcc-4.0.0/libstdc++-v3/configure-old 2005-04-30 22:04:48.061603912 -0500
++++ gcc-4.0.0/libstdc++-v3/configure 2005-04-30 22:06:13.678588152 -0500
+@@ -7194,6 +7194,9 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ #include <complex.h>
++#ifdef __UCLIBC__
++#error ugly hack to make sure configure test fails here for cross until uClibc supports the complex funcs
++#endif
+ int
+ main ()
+ {