summaryrefslogtreecommitdiffstats
path: root/package/gcc/4.3.6/301-missing-execinfo_h.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-01 20:03:06 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-10 16:20:39 +0200
commitd10e0805ea3b6f887da6d99ad5047af1d12f33a0 (patch)
tree4742da8eaea106650ab184b9ec6cc9dcac059cb6 /package/gcc/4.3.6/301-missing-execinfo_h.patch
parent1da3c9922b47948374b7eab85e5462be92e74b8f (diff)
downloadbuildroot-d10e0805ea3b6f887da6d99ad5047af1d12f33a0.tar.gz
buildroot-d10e0805ea3b6f887da6d99ad5047af1d12f33a0.zip
gcc: remove versions 4.3.x and 4.6.x
Those gcc series are old and are not used as the default versions for any of the architectures we support, so this commit gets rid of them. The gcc 4.3.x series technically remains used by the LPC32xx defconfigs we have: configs/ea3250_defconfig:BR2_GCC_VERSION_4_3_X=y configs/fdi3250_defconfig:BR2_GCC_VERSION_4_3_X=y configs/phy3250_defconfig:BR2_GCC_VERSION_4_3_X=y Back when those defconfigs were introduced, gcc 4.3 was chosen because it was the only one capable of building a fully working kernel for those ARM-based platforms. However, the original submitter, Alexandre Belloni, no longer has access to the hardware platforms, so he is unable to test if newer gcc versions have fixed the problem. It certainly doesn't make sense to keep gcc 4.3.x just for those three boards, so we'll wait for someone actually using those defconfigs to complain. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc/4.3.6/301-missing-execinfo_h.patch')
-rw-r--r--package/gcc/4.3.6/301-missing-execinfo_h.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/gcc/4.3.6/301-missing-execinfo_h.patch b/package/gcc/4.3.6/301-missing-execinfo_h.patch
deleted file mode 100644
index 0e2092f3fb..0000000000
--- a/package/gcc/4.3.6/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
OpenPOWER on IntegriCloud