diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-07-17 11:31:13 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-18 11:16:53 +0200 |
commit | c51697185fdb5d165531f3adf3e8c4cd75509513 (patch) | |
tree | 47fa3be563bc8831ee4b167de8b143850ee889bf /package/gcc/5.2.0/301-missing-execinfo_h.patch | |
parent | 2b33dc30b834aedea8c14999edbd7b6417f412a1 (diff) | |
download | buildroot-c51697185fdb5d165531f3adf3e8c4cd75509513.tar.gz buildroot-c51697185fdb5d165531f3adf3e8c4cd75509513.zip |
gcc: bump 5.x series to version 5.2.0
Also rename the BR2_GCC_VERSION_5_1_X symbol to BR2_GCC_VERSION_5_X to
reflect this change to match the new versioning scheme.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc/5.2.0/301-missing-execinfo_h.patch')
-rw-r--r-- | package/gcc/5.2.0/301-missing-execinfo_h.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/gcc/5.2.0/301-missing-execinfo_h.patch b/package/gcc/5.2.0/301-missing-execinfo_h.patch new file mode 100644 index 0000000000..2d0e7baa44 --- /dev/null +++ b/package/gcc/5.2.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 |