]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
toolchain: binutils: update to 2.46.1
authorKonstantin Demin <rockdrilla@gmail.com>
Wed, 17 Jun 2026 00:27:03 +0000 (03:27 +0300)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Wed, 17 Jun 2026 06:52:03 +0000 (08:52 +0200)
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>
toolchain/binutils/Config.in
toolchain/binutils/Config.version
toolchain/binutils/Makefile

index a3687af7fc30be2f51614597ad6cf978bd3ae4fd..7cad4d6c06a4f114ffe3cf818e69c4f8cd011418 100644 (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
 
index 4102dd6dd3d2d31ff038d59aeddc835b7691d3f3..c706c5a111536ef129027146707fda9ef3aa8433 100644 (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
index 74d7c3c4d6d201bb4a3ba52b458642c98a28c8b4..68ec1c24de5bd25b0b2940fe3006a5328ffcdd1b 100644 (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