You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/boehm-gc/files/gc6.6-builtin-backtrace-ucl...

14 lines
425 B

--- include/gc.h 2006-02-25 15:49:52 +0000
+++ include/gc.h 2006-02-25 15:50:00 +0000
@@ -473,7 +473,9 @@
# if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
&& !defined(__ia64__)
# ifndef GC_HAVE_BUILTIN_BACKTRACE
-# define GC_HAVE_BUILTIN_BACKTRACE
+# ifndef __UCLIBC__
+# define GC_HAVE_BUILTIN_BACKTRACE
+# endif
# endif
# endif
# if defined(__i386__) || defined(__x86_64__)