00efda24aab9a4d4ad69a9e8032ad3abbf023e10
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gcc / 4.8.4 / 301-missing-execinfo_h.patch
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