patches/gcc/4.4.4/310-missing-execinfo_h.patch
changeset 1953 a93af06e180d
child 2148 ada9128c98b8
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/gcc/4.4.4/310-missing-execinfo_h.patch	Sun May 16 19:41:53 2010 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +diff -durN gcc-4.4.0.orig/boehm-gc/include/gc.h gcc-4.4.0/boehm-gc/include/gc.h
     1.5 +
     1.6 +diff -durN gcc-4.4.4.orig/boehm-gc/include/gc.h gcc-4.4.4/boehm-gc/include/gc.h
     1.7 +--- gcc-4.4.4.orig/boehm-gc/include/gc.h	2007-04-23 23:10:09.000000000 +0200
     1.8 ++++ gcc-4.4.4/boehm-gc/include/gc.h	2010-05-16 19:36:48.000000000 +0200
     1.9 +@@ -503,7 +503,7 @@
    1.10 + #if defined(__linux__) || defined(__GLIBC__)
    1.11 + # include <features.h>
    1.12 + # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
    1.13 +-     && !defined(__ia64__)
    1.14 ++     && !defined(__ia64__) && !defined(__UCLIBC__)
    1.15 + #   ifndef GC_HAVE_BUILTIN_BACKTRACE
    1.16 + #     define GC_HAVE_BUILTIN_BACKTRACE
    1.17 + #   endif