summaryrefslogtreecommitdiffstats
path: root/package/binutils/Config.in.host
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-29 15:09:06 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-01 23:38:05 +0200
commit0b5dc3192306409113adbb0dfbcaa62bbcdf4fb4 (patch)
treecd22aacf2497504131520e793bdcd049e673ec28 /package/binutils/Config.in.host
parentab2e1786c2c5b8ef377563ca9bc3f7dbabe2cb61 (diff)
downloadbuildroot-0b5dc3192306409113adbb0dfbcaa62bbcdf4fb4.tar.gz
buildroot-0b5dc3192306409113adbb0dfbcaa62bbcdf4fb4.zip
binutils: remove support for 2.26
Now that binutils 2.29 has been introduced, and we have moved to 2.28.1 as the default version, it is time to drop support for binutils 2.26.x. 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.host4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index ef6aadb5ba..48d3ea1d74 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -7,9 +7,6 @@ choice
help
Select the version of binutils you wish to use.
-config BR2_BINUTILS_VERSION_2_26_X
- bool "binutils 2.26.1"
-
config BR2_BINUTILS_VERSION_2_27_X
bool "binutils 2.27"
# binutils 2.27 triggers a bug in elf2flt on ARM/noMMU
@@ -26,7 +23,6 @@ endchoice
config BR2_BINUTILS_VERSION
string
default "arc-2017.03" if BR2_arc
- default "2.26.1" if BR2_BINUTILS_VERSION_2_26_X
default "2.27" if BR2_BINUTILS_VERSION_2_27_X
default "2.28.1" if BR2_BINUTILS_VERSION_2_28_X
default "2.29" if BR2_BINUTILS_VERSION_2_29_X
OpenPOWER on IntegriCloud