summaryrefslogtreecommitdiffstats
path: root/package/binutils/Config.in.host
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-11 19:55:44 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-15 19:37:32 +0200
commita1a16ebb02d007453a4ede3ea13441c049e276f5 (patch)
treefe074c3cd3f6669e06cdddfdf2d9fa1ef75ff78e /package/binutils/Config.in.host
parent853660b19fc33c20d25d797f3bbfea8beb67f13b (diff)
downloadbuildroot-a1a16ebb02d007453a4ede3ea13441c049e276f5.tar.gz
buildroot-a1a16ebb02d007453a4ede3ea13441c049e276f5.zip
binutils: remove 2.21.1
After the following commits: 26974bf6a7c94c0c44722fe072182cfcc49bdb6e use default binutils for sh architecture 6f1cf344d90ea3eabf292b04d993a7be2a785dd6 binutils: Use the default version by default on MIPS the 2.21.1 binutils version is no longer required, and since it's an old version, we get rid of it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/Config.in.host')
-rw-r--r--package/binutils/Config.in.host6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index de45b436ad..de8b780102 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -12,11 +12,6 @@ choice
depends on BR2_avr32
bool "binutils 2.18-avr32-1.0.1"
- config BR2_BINUTILS_VERSION_2_21_1
- depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le
- depends on !BR2_ARM_EABIHF
- bool "binutils 2.21.1"
-
config BR2_BINUTILS_VERSION_2_22
depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le
bool "binutils 2.22"
@@ -35,7 +30,6 @@ config BR2_BINUTILS_VERSION
string
default "2.18-avr32-1.0.1" if BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
default "arc-4.8-R3" if BR2_arc
- default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1
default "2.22" if BR2_BINUTILS_VERSION_2_22
default "2.23.2" if BR2_BINUTILS_VERSION_2_23_2
default "2.24" if BR2_BINUTILS_VERSION_2_24
OpenPOWER on IntegriCloud