summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-4.5/301-missing-execinfo_h.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-12 05:31:52 -0800
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-12 16:20:55 +0100
commit154d33a2149fc80e435085ce08d97162c7ef2a0b (patch)
treeed5d2c9872a4650ff38cac05cc0afa56e6eb07ae /recipes-devtools/gcc/gcc-4.5/301-missing-execinfo_h.patch
parent6d9070a43ab436a9d490e2f384db05ea7b1649fc (diff)
downloadmeta-openembedded-154d33a2149fc80e435085ce08d97162c7ef2a0b.tar.gz
gcc-4.5: Sync from OE
Remove unneeded patches. This should bring all the changes from OE uptodate. Now we are left with syncing the changes from oe-core then we will ready to push it into oe-core. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/301-missing-execinfo_h.patch')
-rw-r--r--recipes-devtools/gcc/gcc-4.5/301-missing-execinfo_h.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/301-missing-execinfo_h.patch b/recipes-devtools/gcc/gcc-4.5/301-missing-execinfo_h.patch
deleted file mode 100644
index aaa5cee8c8..0000000000
--- a/recipes-devtools/gcc/gcc-4.5/301-missing-execinfo_h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Index: gcc-4.5.0/boehm-gc/include/gc.h
2===================================================================
3--- gcc-4.5.0.orig/boehm-gc/include/gc.h 2007-04-23 14:10:09.000000000 -0700
4+++ gcc-4.5.0/boehm-gc/include/gc.h 2010-06-25 10:49:12.768883509 -0700
5@@ -503,7 +503,7 @@
6 #if defined(__linux__) || defined(__GLIBC__)
7 # include <features.h>
8 # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
9- && !defined(__ia64__)
10+ && !defined(__ia64__) && !defined(__UCLIBC__)
11 # ifndef GC_HAVE_BUILTIN_BACKTRACE
12 # define GC_HAVE_BUILTIN_BACKTRACE
13 # endif