1 Index: b/boehm-gc/include/gc.h
2 ===================================================================
3 --- a/boehm-gc/include/gc.h
4 +++ b/boehm-gc/include/gc.h
6 #if defined(__linux__) || defined(__GLIBC__)
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