diff options
Diffstat (limited to '4.1.1')
-rw-r--r-- | 4.1.1/uclibc/90_all_301-missing-execinfo_h.patch | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/4.1.1/uclibc/90_all_301-missing-execinfo_h.patch b/4.1.1/uclibc/90_all_301-missing-execinfo_h.patch index 0e2092f..13ed51a 100644 --- a/4.1.1/uclibc/90_all_301-missing-execinfo_h.patch +++ b/4.1.1/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> |