diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-12-21 12:29:53 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-21 17:19:58 +0100 |
commit | be1a3a3e4610deb9434329da643bf7b896989276 (patch) | |
tree | d37dfdf2e26166194af067ea95b1aa2cb2c7aeae /package/gcc/6.3.0/301-missing-execinfo_h.patch | |
parent | 0bf7c74e1551a64ab3164f374304154b21bc5045 (diff) | |
download | buildroot-be1a3a3e4610deb9434329da643bf7b896989276.tar.gz buildroot-be1a3a3e4610deb9434329da643bf7b896989276.zip |
gcc: bump 6.x series to version 6.3.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc/6.3.0/301-missing-execinfo_h.patch')
-rw-r--r-- | package/gcc/6.3.0/301-missing-execinfo_h.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/gcc/6.3.0/301-missing-execinfo_h.patch b/package/gcc/6.3.0/301-missing-execinfo_h.patch new file mode 100644 index 0000000000..2d0e7baa44 --- /dev/null +++ b/package/gcc/6.3.0/301-missing-execinfo_h.patch @@ -0,0 +1,13 @@ +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 |