[PATCH 6/6] toolchain: drop binutils 2.35.1
Stijn Tintel
stijn at linux-ipv6.be
Sun Aug 15 03:51:19 PDT 2021
Since we switched to binutils 2.36.1 by default, with the previous
default being binutils 2.34, it doesn't make much sense to keep binutils
2.35.1 around, so drop it.
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
toolchain/binutils/Config.in | 4 ----
toolchain/binutils/Config.version | 4 ----
2 files changed, 8 deletions(-)
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 0f69a003d3..bc5994a7df 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -14,10 +14,6 @@ choice
bool "Binutils 2.34"
select BINUTILS_VERSION_2_34
- config BINUTILS_USE_VERSION_2_35_2
- bool "Binutils 2.35.2"
- select BINUTILS_VERSION_2_35_2
-
config BINUTILS_USE_VERSION_2_36_1
bool "Binutils 2.36.1"
select BINUTILS_VERSION_2_36_1
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
index a1622abd96..4acf20cd4b 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -4,9 +4,6 @@ config BINUTILS_VERSION_2_32
config BINUTILS_VERSION_2_34
bool
-config BINUTILS_VERSION_2_35_2
- bool
-
config BINUTILS_VERSION_2_36_1
default y if !TOOLCHAINOPTS
bool
@@ -18,6 +15,5 @@ config BINUTILS_VERSION
string
default "2.32" if BINUTILS_VERSION_2_32
default "2.34" if BINUTILS_VERSION_2_34
- default "2.35.2" if BINUTILS_VERSION_2_35_2
default "2.36.1" if BINUTILS_VERSION_2_36_1
default "2.37" if BINUTILS_VERSION_2_37
--
2.31.1
More information about the openwrt-devel
mailing list