From f48ced582dd33b6d0921f5851c1ea2cef2ff730c Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 21 Sep 2021 15:14:40 -1000 Subject: [PATCH] toolchain/binutils: switch to version 2.37 by default Compile tests: * all Runtime tests: * ipq806x/generic * lantiq/mt7621 * lantiq/xrx200 * x86/64 Signed-off-by: Paul Spooren Tested-by: Paul Spooren Tested-by: Rosen Penev Tested-by: Andre Heider Tested-by: Ansuel Smith Tested-by: Rui Salvaterra Signed-off-by: Paul Spooren --- 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 0f69a003d3..493b6e4f5a 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_36_1 + default BINUTILS_USE_VERSION_2_37 help Select the version of binutils you wish to use. diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index a1622abd96..db727b78bc 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -8,10 +8,10 @@ config BINUTILS_VERSION_2_35_2 bool config BINUTILS_VERSION_2_36_1 - default y if !TOOLCHAINOPTS bool config BINUTILS_VERSION_2_37 + default y if !TOOLCHAINOPTS bool config BINUTILS_VERSION -- 2.30.2