* src/mm/boehm-gc/include/gc.h (GC_HAVE_BUILTIN_BACKTRACE): Commented,
authortwisti <none@none>
Thu, 3 May 2007 20:58:54 +0000 (20:58 +0000)
committertwisti <none@none>
Thu, 3 May 2007 20:58:54 +0000 (20:58 +0000)
we don't need it and uClibc doesn't have it.

src/mm/boehm-gc/include/gc.h

index d31e041f60199d20e975217a66fc1c67b038e038..b80b568ba4f6953f738e3770ba83e98184d7e82a 100644 (file)
@@ -481,7 +481,7 @@ GC_API GC_PTR GC_malloc_atomic_ignore_off_page GC_PROTO((size_t lb));
 # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
      && !defined(__ia64__)
 #   ifndef GC_HAVE_BUILTIN_BACKTRACE
-#     define GC_HAVE_BUILTIN_BACKTRACE
+/* #     define GC_HAVE_BUILTIN_BACKTRACE */
 #   endif
 # endif
 # if defined(__i386__) || defined(__x86_64__)