diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-01 20:03:02 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-10 16:09:32 +0200 |
| commit | d4839ffcab70f2496673e5b376f4c0d492260396 (patch) | |
| tree | 42957b8c0c41813dbbd6300bd025e1e34c3b7e29 /package/binutils/Config.in.host | |
| parent | 26974bf6a7c94c0c44722fe072182cfcc49bdb6e (diff) | |
| download | buildroot-d4839ffcab70f2496673e5b376f4c0d492260396.tar.gz buildroot-d4839ffcab70f2496673e5b376f4c0d492260396.zip | |
binutils: remove 2.20.1, 2.21 and 2.23.1
- The 2.20.x series is old, it no longer makes sense to support it.
- In the 2.21.x series, we still have 2.21.1, so keeping 2.21 doesn't
make much sense, so this patch removes it.
- Similarly for the 2.23.x series, having both 2.23.1 and 2.23.2
doesn't make much sense, so this patch removes 2.23.1 and keeps
2.23.2.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/binutils/Config.in.host')
| -rw-r--r-- | package/binutils/Config.in.host | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index a58fe93de9..83697854dc 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -12,16 +12,6 @@ choice depends on BR2_avr32 bool "binutils 2.18-avr32-1.0.1" - config BR2_BINUTILS_VERSION_2_20_1 - depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le - depends on !BR2_ARM_EABIHF - bool "binutils 2.20.1" - - config BR2_BINUTILS_VERSION_2_21 - depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le - depends on !BR2_ARM_EABIHF - bool "binutils 2.21" - config BR2_BINUTILS_VERSION_2_21_1 depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le depends on !BR2_ARM_EABIHF @@ -31,10 +21,6 @@ choice depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le bool "binutils 2.22" - config BR2_BINUTILS_VERSION_2_23_1 - depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le - bool "binutils 2.23.1" - config BR2_BINUTILS_VERSION_2_23_2 depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le bool "binutils 2.23.2" |

