diff options
Diffstat (limited to 'package/binutils/Config.in.host')
-rw-r--r-- | package/binutils/Config.in.host | 6 |
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 |