[openwrt/openwrt] toolchain: binutils: switch to version 2.42 by default
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 28 15:44:13 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c390c6c7090c7d66471dac6079343a697afc59ba
commit c390c6c7090c7d66471dac6079343a697afc59ba
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Wed Feb 7 12:27:55 2024 +0100
toolchain: binutils: switch to version 2.42 by default
Change the default binutils version to 2.42.
Tested-by: Jonathan Lancett <j.lancett at ntlworld.com>
Tested-by: Andre Heider <a.heider at gmail.com>
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
toolchain/binutils/Config.in | 2 +-
toolchain/binutils/Config.version | 2 +-
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
More information about the lede-commits
mailing list