patches/gcc/4.3.5/270-missing-execinfo_h.patch
changeset 2124 5dd0b83ae528
parent 1461 35b30f8fb307
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.3.5/270-missing-execinfo_h.patch	Sun Sep 19 18:37:18 2010 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +Original patch from: ../4.3.2/270-missing-execinfo_h.patch
     1.5 +
     1.6 +-= BEGIN original header =-
     1.7 +Original patch from gentoo: gentoo/src/patchsets/gcc/4.3.1/uclibc/90_all_301-missing-execinfo_h.patch
     1.8 +-= END original header =-
     1.9 +
    1.10 +diff -durN gcc-4.3.3.orig/boehm-gc/include/gc.h gcc-4.3.3/boehm-gc/include/gc.h
    1.11 +--- gcc-4.3.3.orig/boehm-gc/include/gc.h	2007-04-23 23:10:09.000000000 +0200
    1.12 ++++ gcc-4.3.3/boehm-gc/include/gc.h	2009-01-27 22:25:37.000000000 +0100
    1.13 +@@ -503,7 +503,7 @@
    1.14 + #if defined(__linux__) || defined(__GLIBC__)
    1.15 + # include <features.h>
    1.16 + # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
    1.17 +-     && !defined(__ia64__)
    1.18 ++     && !defined(__ia64__) && !defined(__UCLIBC__)
    1.19 + #   ifndef GC_HAVE_BUILTIN_BACKTRACE
    1.20 + #     define GC_HAVE_BUILTIN_BACKTRACE
    1.21 + #   endif