summaryrefslogtreecommitdiff
path: root/packages/mamona/gcc-noemu-4.1.2/301-missing-execinfo_h.patch
diff options
context:
space:
mode:
authorAloisio Almeida Jr <aloisio.almeida@openbosssa.org>2008-07-24 18:40:38 -0300
committerRodrigo Vivi <rodrigo.vivi@openbossa.org>2008-10-23 17:54:16 -0300
commit4d1f4a9f81c77025bdf0cf8c3ccef9b0f3eeefed (patch)
treef5b348408bab55f621206dd6ca48de5b72b6aa6d /packages/mamona/gcc-noemu-4.1.2/301-missing-execinfo_h.patch
parent459c27dd9a284b55b310c5719c4e967b9a2cb88b (diff)
gcc-noemu: Adding 4.1.2 version
Diffstat (limited to 'packages/mamona/gcc-noemu-4.1.2/301-missing-execinfo_h.patch')
-rw-r--r--packages/mamona/gcc-noemu-4.1.2/301-missing-execinfo_h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/mamona/gcc-noemu-4.1.2/301-missing-execinfo_h.patch b/packages/mamona/gcc-noemu-4.1.2/301-missing-execinfo_h.patch
new file mode 100644
index 0000000000..0e2092f3fb
--- /dev/null
+++ b/packages/mamona/gcc-noemu-4.1.2/301-missing-execinfo_h.patch
@@ -0,0 +1,11 @@
+--- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500
++++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500
+@@ -500,7 +500,7 @@
+ #ifdef __linux__
+ # include <features.h>
+ # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
+- && !defined(__ia64__)
++ && !defined(__ia64__) && !defined(__UCLIBC__)
+ # ifndef GC_HAVE_BUILTIN_BACKTRACE
+ # define GC_HAVE_BUILTIN_BACKTRACE
+ # endif