summaryrefslogtreecommitdiffstats
path: root/main/gcc/boehm-gc-uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc/boehm-gc-uclibc.patch')
-rw-r--r--main/gcc/boehm-gc-uclibc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/gcc/boehm-gc-uclibc.patch b/main/gcc/boehm-gc-uclibc.patch
deleted file mode 100644
index 0fa688410..000000000
--- a/main/gcc/boehm-gc-uclibc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./boehm-gc/include/gc.h.orig
-+++ ./boehm-gc/include/gc.h
-@@ -503,7 +503,7 @@
- #if defined(__linux__) || defined(__GLIBC__)
- # include <features.h>
- # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
-- && !defined(__ia64__)
-+ && !defined(__ia64__) && !defined(__UCLIBC__)
- # ifndef GC_HAVE_BUILTIN_BACKTRACE
- # define GC_HAVE_BUILTIN_BACKTRACE
- # endif