[toolchain] gcc: fix 4.1.2 ICE on mips (see http://gcc.gnu.org/bugzilla/show_bug...
[openwrt.git] / toolchain / gcc / patches / 4.1.2 / 301-missing-execinfo_h.patch
1 --- a/boehm-gc/include/gc.h
2 +++ b/boehm-gc/include/gc.h
3 @@ -500,7 +500,7 @@ GC_API GC_PTR GC_malloc_atomic_ignore_of
4 #ifdef __linux__
5 # include <features.h>
6 # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
7 - && !defined(__ia64__)
8 + && !defined(__ia64__) && !defined(__UCLIBC__)
9 # ifndef GC_HAVE_BUILTIN_BACKTRACE
10 # define GC_HAVE_BUILTIN_BACKTRACE
11 # endif
This page took 0.047001 seconds and 5 git commands to generate.