diff options
author | 2014-07-01 20:03:06 +0200 | |
---|---|---|
committer | 2014-07-10 16:20:39 +0200 | |
commit | d10e0805ea3b6f887da6d99ad5047af1d12f33a0 (patch) | |
tree | 4742da8eaea106650ab184b9ec6cc9dcac059cb6 /Config.in.legacy | |
parent | 1da3c9922b47948374b7eab85e5462be92e74b8f (diff) | |
download | buildroot-d10e0805ea3b6f887da6d99ad5047af1d12f33a0.tar.gz buildroot-d10e0805ea3b6f887da6d99ad5047af1d12f33a0.tar.bz2 |
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 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 125ca61a4b..54d1f4e738 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -156,6 +156,20 @@ config BR2_UCLIBC_VERSION_0_9_32 The 0.9.32 version of uClibc has been removed. Use a newer version instead. +config BR2_GCC_VERSION_4_3_X + bool "gcc 4.3.x has been removed" + select BR2_LEGACY + help + The 4.3.x version of gcc has been removed. Use a newer + version instead. + +config BR2_GCC_VERSION_4_6_X + bool "gcc 4.6.x has been removed" + select BR2_LEGACY + help + The 4.6.x version of gcc has been removed. Use a newer + version instead. + config BR2_PACKAGE_LIBV4L_DECODE_TM6000 bool "decode_tm6000" select BR2_PACKAGE_LIBV4L_UTILS |