0ade154f23
This commit finally bumps ARC toolchain to arc-2017.03 release. More info on this release could be found here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2017.03 Note mentioned above web-page is not yet populated but should be very soon. As a safe fall-back interested could refer to RC2 page here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2017.03-rc2 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
480 B
Diff
14 lines
480 B
Diff
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
|