summaryrefslogtreecommitdiffstats
path: root/package/binutils/Config.in.host
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-03 22:28:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-03 22:28:21 +0200
commit5847291b6c0dcacc0857ba29d3471a981e5e87d5 (patch)
treeb453ad3b8038982e62bcf8e9df746a6aad4b870e /package/binutils/Config.in.host
parent43dd61e2eaa1d1c84efa140906e825cec8729dd8 (diff)
downloadbuildroot-5847291b6c0dcacc0857ba29d3471a981e5e87d5.tar.gz
buildroot-5847291b6c0dcacc0857ba29d3471a981e5e87d5.zip
binutils: remove support for binutils 2.25
Now that we have switched to binutils 2.27 as the default binutils version, it's time to get rid of binutils 2.25. So this commit remove the 2.25 version choice, the hash file entry, the patches, and adds a Config.in.legacy option. 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 a554cad561..0165510568 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_25_X
- bool "binutils 2.25.1"
- # supported but broken on Blackfin
- depends on !BR2_bfin
-
config BR2_BINUTILS_VERSION_2_26_X
bool "binutils 2.26.1"
@@ -26,7 +21,6 @@ endchoice
config BR2_BINUTILS_VERSION
string
default "arc-2017.03-eng008" if BR2_arc
- default "2.25.1" if BR2_BINUTILS_VERSION_2_25_X
default "2.26.1" if BR2_BINUTILS_VERSION_2_26_X
default "2.27" if BR2_BINUTILS_VERSION_2_27_X
default "2.28" if BR2_BINUTILS_VERSION_2_28_X
OpenPOWER on IntegriCloud