From 9f1a8d53f683558bd4670b667a97fe1b618b2fcb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 22 Jun 2016 14:03:01 +0000 Subject: document boehm-gc uclibc/execinfo.h patches --- 4.3.3/uclibc/90_all_301-missing-execinfo_h.patch | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '4.3.3') diff --git a/4.3.3/uclibc/90_all_301-missing-execinfo_h.patch b/4.3.3/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f..13ed51a 100644 --- a/4.3.3/uclibc/90_all_301-missing-execinfo_h.patch +++ b/4.3.3/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 (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 -- cgit v1.2.3-65-gdbad