diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-04 22:29:30 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-06-05 00:29:14 -0700 |
commit | 872341e314418f68cb472a521015cfe4a57019b9 (patch) | |
tree | 7778b49dc0d6526e57b6d6b067ebf90fb28ccf43 /patches/gcc/linaro-6.3-2017.02/301-missing-execinfo_h.patch | |
parent | 72a5a1d6de43503579cb77daacdf17a77a315c03 (diff) | |
download | crosstool-ng-872341e314418f68cb472a521015cfe4a57019b9.tar.gz crosstool-ng-872341e314418f68cb472a521015cfe4a57019b9.tar.bz2 crosstool-ng-872341e314418f68cb472a521015cfe4a57019b9.zip |
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.patch | 13 |
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 2d0e7baa..00000000 --- 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 |