From: Nick Hainke Date: Wed, 7 Feb 2024 11:27:55 +0000 (+0100) Subject: toolchain: binutils: switch to version 2.42 by default X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c390c6c7090c7d66471dac6079343a697afc59ba;p=openwrt%2Fstaging%2Fwigyori.git toolchain: binutils: switch to version 2.42 by default Change the default binutils version to 2.42. Tested-by: Jonathan Lancett Tested-by: Andre Heider Signed-off-by: Nick Hainke --- 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