diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-12 18:00:50 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-13 09:45:15 +0200 |
commit | 2c6ca668b86a13b726eb83301a92c5011fd09ee6 (patch) | |
tree | a1ceb524429e4af8b5b4fe063d72ce33de7aeb55 /package/gcc/4.7.4/301-missing-execinfo_h.patch | |
parent | bca6d1cbb9e92daa90dcfdecca209431c44d8700 (diff) | |
download | buildroot-2c6ca668b86a13b726eb83301a92c5011fd09ee6.tar.gz buildroot-2c6ca668b86a13b726eb83301a92c5011fd09ee6.zip |
gcc: bump 4.7.x series to version 4.7.4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc/4.7.4/301-missing-execinfo_h.patch')
-rw-r--r-- | package/gcc/4.7.4/301-missing-execinfo_h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gcc/4.7.4/301-missing-execinfo_h.patch b/package/gcc/4.7.4/301-missing-execinfo_h.patch new file mode 100644 index 0000000000..0e2092f3fb --- /dev/null +++ b/package/gcc/4.7.4/301-missing-execinfo_h.patch @@ -0,0 +1,11 @@ +--- gcc-4.0.0/boehm-gc/include/gc.h-orig 2005-04-28 22:28:57.000000000 -0500 ++++ gcc-4.0.0/boehm-gc/include/gc.h 2005-04-28 22:30:38.000000000 -0500 +@@ -500,7 +500,7 @@ + #ifdef __linux__ + # 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 |