diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-03-21 09:04:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-03-21 09:04:08 +0000 |
commit | 42d99199781e267652a1d19759c4f1ff8f1de6c4 (patch) | |
tree | 64bdceb26b7a31ef79e6c9510940f967aa31d435 /toolchain/gcc/4.0.3/301-missing-execinfo_h.patch | |
parent | 990af1f5e225ad5018c607976602cd7af9bcc443 (diff) | |
download | upstream-42d99199781e267652a1d19759c4f1ff8f1de6c4.tar.gz upstream-42d99199781e267652a1d19759c4f1ff8f1de6c4.tar.bz2 upstream-42d99199781e267652a1d19759c4f1ff8f1de6c4.zip |
add gcc 4.0.3, and make it the default for Aruba
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3423 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/4.0.3/301-missing-execinfo_h.patch')
-rw-r--r-- | toolchain/gcc/4.0.3/301-missing-execinfo_h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/gcc/4.0.3/301-missing-execinfo_h.patch b/toolchain/gcc/4.0.3/301-missing-execinfo_h.patch new file mode 100644 index 0000000000..0e2092f3fb --- /dev/null +++ b/toolchain/gcc/4.0.3/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 |