aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-10-21 14:32:09 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-10-21 14:32:09 +0000
commit97d2d1f90fe0a81fe6615c7e87f21cf6f26af4ca (patch)
tree82e03a50132716f79a5365b8c50df870a86599d8 /toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch
parent903704d98becc30fd30f79db97e4db2d8912b408 (diff)
downloadupstream-97d2d1f90fe0a81fe6615c7e87f21cf6f26af4ca.tar.gz
upstream-97d2d1f90fe0a81fe6615c7e87f21cf6f26af4ca.tar.bz2
upstream-97d2d1f90fe0a81fe6615c7e87f21cf6f26af4ca.zip
get rid of gcc-4.4.0 support
SVN-Revision: 18115
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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 5a7aa4e47d..0000000000
--- a/toolchain/gcc/patches/4.4.0/301-missing-execinfo_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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__)
-+ && !defined(__ia64__) && !defined(__UCLIBC__)
- # ifndef GC_HAVE_BUILTIN_BACKTRACE
- # define GC_HAVE_BUILTIN_BACKTRACE
- # endif