diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2016-10-15 16:50:58 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-15 23:14:44 +0200 |
commit | a7c13c1b288b1134b06d1e14c6ff008b4ed26ff9 (patch) | |
tree | b17002c5d2259ecba4e0e576589389cb8b11aea5 /package/gcc/4.7.4/301-missing-execinfo_h.patch | |
parent | d8878112ad3df2a3d9468cf40a2401b581e7e432 (diff) | |
download | buildroot-a7c13c1b288b1134b06d1e14c6ff008b4ed26ff9.tar.gz buildroot-a7c13c1b288b1134b06d1e14c6ff008b4ed26ff9.zip |
gcc: remove deprecated 4.7.x
We will remove BR2_DEPRECATED, so remove this deprecated option.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
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, 0 insertions, 11 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 deleted file mode 100644 index 0e2092f3fb..0000000000 --- a/package/gcc/4.7.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 |