cannelloni: needs dynamic library
[buildroot-gz.git] / package / gcc / 4.8.5 / 301-missing-execinfo_h.patch
blob00efda24aab9a4d4ad69a9e8032ad3abbf023e10
1 Index: gcc-4.8.0/boehm-gc/include/gc.h
2 ===================================================================
3 --- gcc-4.8.0.orig/boehm-gc/include/gc.h 2007-04-23 23:10:09.000000000 +0200
4 +++ gcc-4.8.0/boehm-gc/include/gc.h 2013-03-23 17:39:20.000000000 +0100
5 @@ -503,7 +503,7 @@
6 #if defined(__linux__) || defined(__GLIBC__)
7 # include <features.h>
8 # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
9 - && !defined(__ia64__)
10 + && !defined(__ia64__) && !defined(__UCLIBC__)
11 # ifndef GC_HAVE_BUILTIN_BACKTRACE
12 # define GC_HAVE_BUILTIN_BACKTRACE
13 # endif