patches/gcc/4.4.4/310-missing-execinfo_h.patch
branch1.7
changeset 1949 838fb48dcd00
parent 1948 d341be24dc68
child 1951 583c6e1510f5
     1.1 --- a/patches/gcc/4.4.4/310-missing-execinfo_h.patch	Sun May 16 19:41:53 2010 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,14 +0,0 @@
     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