summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2024-02-07 12:27:55 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2024-04-29 00:41:47 +0200
commitc390c6c7090c7d66471dac6079343a697afc59ba (patch)
tree1e229619667e1d7a19be4b290b7947be2e82d077 /toolchain
parenta638d013b10a614a2f5875728f4ab447fea76fd1 (diff)
downloadopenwrt-c390c6c7090c7d66471dac6079343a697afc59ba.tar.gz
openwrt-c390c6c7090c7d66471dac6079343a697afc59ba.tar.bz2
openwrt-c390c6c7090c7d66471dac6079343a697afc59ba.zip
toolchain: binutils: switch to version 2.42 by default
Change the default binutils version to 2.42. Tested-by: Jonathan Lancett <j.lancett@ntlworld.com> Tested-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Config.in2
-rw-r--r--toolchain/binutils/Config.version2
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 6ba3c52487..caa9bcde8b 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -2,7 +2,7 @@
choice
prompt "Binutils Version" if TOOLCHAINOPTS
- default BINUTILS_USE_VERSION_2_40
+ default BINUTILS_USE_VERSION_2_42
help
Select the version of binutils you wish to use.
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
index e7a5abcd7e..81815ebed2 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -9,13 +9,13 @@ config BINUTILS_VERSION_2_39
bool
config BINUTILS_VERSION_2_40
- default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION_2_41
bool
config BINUTILS_VERSION_2_42
+ default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION