toolchain: binutils: update to 2.46.1

Release Notes: https://sourceware.org/pipermail/binutils/2026-June/149568.html

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23773
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
Konstantin Demin 2026-06-17 03:27:03 +03:00 committed by Jonas Jelonek
parent d6f5c2685f
commit 3a35c19e8e
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ choice
select BINUTILS_VERSION_2_45
config BINUTILS_USE_VERSION_2_46
bool "Binutils 2.46"
bool "Binutils 2.46.1"
select BINUTILS_VERSION_2_46
endchoice

View file

@ -13,4 +13,4 @@ config BINUTILS_VERSION
string
default "2.44" if BINUTILS_VERSION_2_44
default "2.45.1" if BINUTILS_VERSION_2_45
default "2.46.0" if BINUTILS_VERSION_2_46
default "2.46.1" if BINUTILS_VERSION_2_46

View file

@ -24,8 +24,8 @@ ifeq ($(PKG_VERSION),2.45.1)
PKG_HASH:=5fe101e6fe9d18fdec95962d81ed670fdee5f37e3f48f0bef87bddf862513aa5
endif
ifeq ($(PKG_VERSION),2.46.0)
PKG_HASH:=d75a94f4d73e7a4086f7513e67e439e8fcdcbb726ffe63f4661744e6256b2cf2
ifeq ($(PKG_VERSION),2.46.1)
PKG_HASH:=e127a709cba24c76de8936cb7083dd768f28cd37eb010492e2f19b71eb1294e4
endif
HOST_BUILD_PARALLEL:=1