package/binutils: make 2.41 the default version

Now that 2.42 has been introduced, let's make 2.41 the latest version,
following the traditional Buildroot policy.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Thomas Petazzoni 2024-03-03 09:40:10 +01:00 committed by Yann E. MORIN
parent ae910aac62
commit e88225ed88
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ config BR2_PACKAGE_BINUTILS_HAS_NO_LIBSFRAME
choice choice
prompt "Binutils Version" prompt "Binutils Version"
default BR2_BINUTILS_VERSION_2_40_X if !BR2_arc default BR2_BINUTILS_VERSION_2_41_X if !BR2_arc
default BR2_BINUTILS_VERSION_ARC if BR2_arc default BR2_BINUTILS_VERSION_ARC if BR2_arc
help help
Select the version of binutils you wish to use. Select the version of binutils you wish to use.

View File

@ -11,7 +11,7 @@ ifeq ($(BINUTILS_VERSION),)
ifeq ($(BR2_arc),y) ifeq ($(BR2_arc),y)
BINUTILS_VERSION = arc-2023.09-release BINUTILS_VERSION = arc-2023.09-release
else else
BINUTILS_VERSION = 2.40 BINUTILS_VERSION = 2.41
endif endif
endif # BINUTILS_VERSION endif # BINUTILS_VERSION