From c390c6c7090c7d66471dac6079343a697afc59ba Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Wed, 7 Feb 2024 12:27:55 +0100 Subject: [PATCH] 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 --- 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 -- 2.30.2