diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-24 17:25:50 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-28 22:25:57 +0100 |
commit | 8c0a367d0a2cb370e94804a500f94fe8c1ccd925 (patch) | |
tree | f741f2a04d5df6fc059e44f624b31225faa51b84 /package/gcc/4.5.4/301-missing-execinfo_h.patch | |
parent | d7e8994ec380b9aabd74e5c0881158ee47945eee (diff) | |
download | buildroot-8c0a367d0a2cb370e94804a500f94fe8c1ccd925.tar.gz buildroot-8c0a367d0a2cb370e94804a500f94fe8c1ccd925.zip |
gcc: remove 4.5.x
It's been deprecated for some time now.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
[Thomas: move option to Config.in.legacy, as noticed by Peter.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc/4.5.4/301-missing-execinfo_h.patch')
-rw-r--r-- | package/gcc/4.5.4/301-missing-execinfo_h.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/gcc/4.5.4/301-missing-execinfo_h.patch b/package/gcc/4.5.4/301-missing-execinfo_h.patch deleted file mode 100644 index 0e2092f3fb..0000000000 --- a/package/gcc/4.5.4/301-missing-execinfo_h.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |