diff options
author | Aloisio Almeida Jr <aloisio.almeida@openbosssa.org> | 2008-07-24 18:40:38 -0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@openbossa.org> | 2008-10-23 17:54:16 -0300 |
commit | 4d1f4a9f81c77025bdf0cf8c3ccef9b0f3eeefed (patch) | |
tree | f5b348408bab55f621206dd6ca48de5b72b6aa6d /packages/mamona/gcc-noemu-4.1.2/303-c99-complex-ugly-hack.patch | |
parent | 459c27dd9a284b55b310c5719c4e967b9a2cb88b (diff) |
gcc-noemu: Adding 4.1.2 version
Diffstat (limited to 'packages/mamona/gcc-noemu-4.1.2/303-c99-complex-ugly-hack.patch')
-rw-r--r-- | packages/mamona/gcc-noemu-4.1.2/303-c99-complex-ugly-hack.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/mamona/gcc-noemu-4.1.2/303-c99-complex-ugly-hack.patch b/packages/mamona/gcc-noemu-4.1.2/303-c99-complex-ugly-hack.patch new file mode 100644 index 0000000000..2ccc80d9bb --- /dev/null +++ b/packages/mamona/gcc-noemu-4.1.2/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 () + { |