From: Konstantin Demin Date: Wed, 17 Jun 2026 00:27:03 +0000 (+0300) Subject: toolchain: binutils: update to 2.46.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a35c19e8e81fbf35e23a2bffc891e3dc88c5f30;p=thirdparty%2Fopenwrt.git toolchain: binutils: update to 2.46.1 Release Notes: https://sourceware.org/pipermail/binutils/2026-June/149568.html Signed-off-by: Konstantin Demin Link: https://github.com/openwrt/openwrt/pull/23773 Signed-off-by: Jonas Jelonek --- diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index a3687af7fc3..7cad4d6c06a 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -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 diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index 4102dd6dd3d..c706c5a1115 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -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 diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 74d7c3c4d6d..68ec1c24de5 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -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