# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../uclibc/pkg_patch/boehm-gc-uclibc.patch # Copyright (C) 2006 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- SDE-COPYRIGHT-NOTE-END --- --- gc6.4/configure.orig 2005-02-02 04:44:52.000000000 +0000 +++ gc6.4/configure 2005-02-02 04:47:08.000000000 +0000 @@ -9453,7 +9453,7 @@ ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - ac_cv_lib_unwind_backtrace=yes + ac_cv_lib_unwind_backtrace=no else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 --- gc6.4/include/gc.h.orig 2005-02-02 04:53:13.000000000 +0000 +++ gc6.4/include/gc.h 2005-02-02 04:53:43.000000000 +0000 @@ -470,12 +470,6 @@ #ifdef __linux__ # include -# if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \ - && !defined(__ia64__) -# ifndef GC_HAVE_BUILTIN_BACKTRACE -# define GC_HAVE_BUILTIN_BACKTRACE -# endif -# endif # if defined(__i386__) || defined(__x86_64__) # define GC_CAN_SAVE_CALL_STACKS # endif