diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-22 14:03:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-22 14:03:01 +0000 |
commit | 9f1a8d53f683558bd4670b667a97fe1b618b2fcb (patch) | |
tree | fe6afc08d8b122434971fc686a2e527570b09f73 /4.5.2 | |
parent | initial 5.4.0 patchset based on last 5.3.0 patchset (diff) | |
download | gcc-patches-9f1a8d53f683558bd4670b667a97fe1b618b2fcb.tar.gz gcc-patches-9f1a8d53f683558bd4670b667a97fe1b618b2fcb.tar.bz2 gcc-patches-9f1a8d53f683558bd4670b667a97fe1b618b2fcb.zip |
document boehm-gc uclibc/execinfo.h patches
Diffstat (limited to '4.5.2')
-rw-r--r-- | 4.5.2/uclibc/90_all_301-missing-execinfo_h.patch | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/4.5.2/uclibc/90_all_301-missing-execinfo_h.patch b/4.5.2/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f..13ed51a 100644 --- a/4.5.2/uclibc/90_all_301-missing-execinfo_h.patch +++ b/4.5.2/uclibc/90_all_301-missing-execinfo_h.patch @@ -1,5 +1,11 @@ ---- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 -+++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +https://github.com/ivmai/bdwgc/commit/76b3d3a57583fdb19152f4d911b11725e31b4a06 + +2007-12-18 Hans Boehm <Hans.Boehm@hp.com> (really Radek Polak) + + * include/gc.h: Don't define GC_HAVE_BUILTIN_BACKTRACE for uclibc. + +--- a/boehm-gc/include/gc.h ++++ b/boehm-gc/include/gc.h @@ -500,7 +500,7 @@ #ifdef __linux__ # include <features.h> |