aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-24 02:23:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-24 02:23:11 +0000
commitdcd9f20085e09fae9ba1c648973be0103db54c28 (patch)
tree0f4a26da8042a93c60235077b3081b30eac3f1f8 /toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch
parent222f37cbde2e880148eecd7bee5f39bb2afa6159 (diff)
downloadupstream-dcd9f20085e09fae9ba1c648973be0103db54c28.tar.gz
upstream-dcd9f20085e09fae9ba1c648973be0103db54c28.tar.bz2
upstream-dcd9f20085e09fae9ba1c648973be0103db54c28.zip
port the mbsd_multi patch to gcc 4.4.0, refresh the other patches
SVN-Revision: 15369
Diffstat (limited to 'toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch')
-rw-r--r--toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch b/toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch
index 0e2092f3fb..5a7aa4e47d 100644
--- a/toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch
+++ b/toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch
@@ -1,7 +1,7 @@
---- 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__
+--- a/boehm-gc/include/gc.h
++++ b/boehm-gc/include/gc.h
+@@ -503,7 +503,7 @@
+ #if defined(__linux__) || defined(__GLIBC__)
# include <features.h>
# if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
- && !defined(__ia64__)