summaryrefslogtreecommitdiff
path: root/patches/gcc/4.2.0/303-c99-complex-ugly-hack.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-20 09:28:16 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-20 09:28:16 (GMT)
commit5d2b862edcc5c39e7a336c7a4868701495b5be57 (patch)
tree6845e77f9c6516a41deb9edd287e4e5368cee6ad /patches/gcc/4.2.0/303-c99-complex-ugly-hack.patch
parent1f9c0c4fdb3c015906ca05ba70f2f6e5065d958d (diff)
Forgot to svn add...
Diffstat (limited to 'patches/gcc/4.2.0/303-c99-complex-ugly-hack.patch')
-rw-r--r--patches/gcc/4.2.0/303-c99-complex-ugly-hack.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/gcc/4.2.0/303-c99-complex-ugly-hack.patch b/patches/gcc/4.2.0/303-c99-complex-ugly-hack.patch
new file mode 100644
index 0000000..2ccc80d
--- /dev/null
+++ b/patches/gcc/4.2.0/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 ()
+ {