diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-11 14:52:53 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-13 17:33:50 +0200 |
| commit | 2f8459539401938a4ec4fe5f4a207c5d81f2cf74 (patch) | |
| tree | 4109e6df6f4f70a7790d543f88db0d1e63acc9d9 /package/binutils/Config.in.host | |
| parent | cc8d59ad4eac7b1e16ed21846415b3d79adbec99 (diff) | |
| download | buildroot-2f8459539401938a4ec4fe5f4a207c5d81f2cf74.tar.gz buildroot-2f8459539401938a4ec4fe5f4a207c5d81f2cf74.zip | |
binutils: remove version 2.22
We already use 2.24 as the default, 2.25 has been around for some
time, and 2.22 is clearly very old, so let's get rid of it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
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 3fe65e0e72..76e7e77cde 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -7,11 +7,6 @@ choice help Select the version of binutils you wish to use. - config BR2_BINUTILS_VERSION_2_22 - depends on !BR2_aarch64 && !BR2_microblaze && \ - !BR2_powerpc64le && !BR2_nios2 - bool "binutils 2.22" - config BR2_BINUTILS_VERSION_2_23_2 depends on !BR2_aarch64 && !BR2_microblaze && \ !BR2_powerpc64le && !BR2_nios2 @@ -30,7 +25,6 @@ endchoice config BR2_BINUTILS_VERSION string default "arc-2015.06-rc1" if BR2_arc - 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 default "2.25" if BR2_BINUTILS_VERSION_2_25 |

