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-Tag: v24.10.0-rc1~2051 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c390c6c7090c7d66471dac6079343a697afc59ba;p=thirdparty%2Fopenwrt.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 6ba3c524872..caa9bcde8b8 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 e7a5abcd7e0..81815ebed2e 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