diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-27 11:35:43 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-27 11:35:43 +0200 |
commit | 7111e7fdf6ac99b090cf3706762890401d273a7d (patch) | |
tree | 05707fe5e42c3bb97f41292e87c67518e14fd7a1 /patches/gcc/4.4.1/310-missing-execinfo_h.patch | |
parent | 464dc74aa50731d520fb408dbf631fbe2425cdae (diff) | |
download | crosstool-ng-7111e7fdf6ac99b090cf3706762890401d273a7d.tar.gz crosstool-ng-7111e7fdf6ac99b090cf3706762890401d273a7d.tar.bz2 crosstool-ng-7111e7fdf6ac99b090cf3706762890401d273a7d.zip |
gcc: forward port gcc-4.4.0 patchset to 4.4.1
Diffstat (limited to 'patches/gcc/4.4.1/310-missing-execinfo_h.patch')
-rw-r--r-- | patches/gcc/4.4.1/310-missing-execinfo_h.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/gcc/4.4.1/310-missing-execinfo_h.patch b/patches/gcc/4.4.1/310-missing-execinfo_h.patch new file mode 100644 index 00000000..009335e6 --- /dev/null +++ b/patches/gcc/4.4.1/310-missing-execinfo_h.patch @@ -0,0 +1,12 @@ +diff -durN gcc-4.4.0.orig/boehm-gc/include/gc.h gcc-4.4.0/boehm-gc/include/gc.h +--- gcc-4.4.0.orig/boehm-gc/include/gc.h 2007-04-23 23:10:09.000000000 +0200 ++++ gcc-4.4.0/boehm-gc/include/gc.h 2009-05-27 21:38:55.000000000 +0200 +@@ -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 |