summaryrefslogtreecommitdiff
path: root/toolchain/gcc/4.1.1/301-missing-execinfo_h.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-06 08:40:51 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-06 08:40:51 +0000
commit9e24eb2b14080e290e436deffd442c87b1d2c37e (patch)
tree53c63fdd8ec7d69137014d678ca4f07c0c404850 /toolchain/gcc/4.1.1/301-missing-execinfo_h.patch
parentcd3435c90e5a09fbc57ff0de2975926248265470 (diff)
add GCC 4.1.1 and sync 4.1.0 with Kamikaze
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3907 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/4.1.1/301-missing-execinfo_h.patch')
-rw-r--r--toolchain/gcc/4.1.1/301-missing-execinfo_h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/gcc/4.1.1/301-missing-execinfo_h.patch b/toolchain/gcc/4.1.1/301-missing-execinfo_h.patch
new file mode 100644
index 0000000000..0e2092f3fb
--- /dev/null
+++ b/toolchain/gcc/4.1.1/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