package/binutils: make binutils 2.46.1 be the default

Now that support for binutils 2.47 has been introduced, we follow our
policy of making binutils 2.46.1 the default version.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-09-06 12:32:56 +02:00
committed by Julien Olivain
parent a4c3a288e6
commit c70effd711
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
choice
prompt "Binutils Version"
default BR2_BINUTILS_VERSION_2_45_X
default BR2_BINUTILS_VERSION_2_46_X
help
Select the version of binutils you wish to use.

View File

@@ -8,7 +8,7 @@
# If not, we do like other packages
BINUTILS_VERSION = $(call qstrip,$(BR2_BINUTILS_VERSION))
ifeq ($(BINUTILS_VERSION),)
BINUTILS_VERSION = 2.45.1
BINUTILS_VERSION = 2.46.1
endif # BINUTILS_VERSION
BINUTILS_SITE ?= $(BR2_GNU_MIRROR)/binutils