summaryrefslogtreecommitdiff
path: root/patches/gcc/linaro-6.3-2017.02/301-missing-execinfo_h.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-05 05:29:30 (GMT)
committerAlexey Neyman <stilor@att.net>2017-06-05 07:29:14 (GMT)
commit872341e314418f68cb472a521015cfe4a57019b9 (patch)
tree7778b49dc0d6526e57b6d6b067ebf90fb28ccf43 /patches/gcc/linaro-6.3-2017.02/301-missing-execinfo_h.patch
parent72a5a1d6de43503579cb77daacdf17a77a315c03 (diff)
New GCC releases from Linaro
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'patches/gcc/linaro-6.3-2017.02/301-missing-execinfo_h.patch')
-rw-r--r--patches/gcc/linaro-6.3-2017.02/301-missing-execinfo_h.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/gcc/linaro-6.3-2017.02/301-missing-execinfo_h.patch b/patches/gcc/linaro-6.3-2017.02/301-missing-execinfo_h.patch
deleted file mode 100644
index 2d0e7ba..0000000
--- a/patches/gcc/linaro-6.3-2017.02/301-missing-execinfo_h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: b/boehm-gc/include/gc.h
-===================================================================
---- a/boehm-gc/include/gc.h
-+++ b/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