board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / gcc / musl-5.4.0 / 301-missing-execinfo_h.patch
blob2d0e7baa44b5225c38fcca5747c1371eade93193
1 Index: b/boehm-gc/include/gc.h
2 ===================================================================
3 --- a/boehm-gc/include/gc.h
4 +++ b/boehm-gc/include/gc.h
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