From df1c769d47ad98cfbd4aa71dba663f370f193168 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 28 Feb 2026 20:43:11 +0100 Subject: [PATCH] toolchain: binutils: fix update to 2.45.1 Rename the patches folder too and also adapt the name in the toolchain menu. Without changing the patches folder name the patches are not applied. Fixes: adad973a9c34 ("toolchain: binutils: update to 2.45.1") Signed-off-by: Hauke Mehrtens (cherry picked from commit 525a1e94b34362369dc9b9ad03193dd74da203cf) --- toolchain/binutils/Config.in | 2 +- .../patches/{2.45 => 2.45.1}/300-001_ld_makefile_patch.patch | 0 .../{2.45 => 2.45.1}/400-mips_no_dynamic_linking_sym.patch | 0 .../500-Change-default-emulation-for-mips64-linux.patch | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename toolchain/binutils/patches/{2.45 => 2.45.1}/300-001_ld_makefile_patch.patch (100%) rename toolchain/binutils/patches/{2.45 => 2.45.1}/400-mips_no_dynamic_linking_sym.patch (100%) rename toolchain/binutils/patches/{2.45 => 2.45.1}/500-Change-default-emulation-for-mips64-linux.patch (100%) diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 87a59d7c11..4e00556cf7 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -19,7 +19,7 @@ choice select BINUTILS_VERSION_2_44 config BINUTILS_USE_VERSION_2_45 - bool "Binutils 2.45" + bool "Binutils 2.45.1" select BINUTILS_VERSION_2_45 endchoice diff --git a/toolchain/binutils/patches/2.45/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.45.1/300-001_ld_makefile_patch.patch similarity index 100% rename from toolchain/binutils/patches/2.45/300-001_ld_makefile_patch.patch rename to toolchain/binutils/patches/2.45.1/300-001_ld_makefile_patch.patch diff --git a/toolchain/binutils/patches/2.45/400-mips_no_dynamic_linking_sym.patch b/toolchain/binutils/patches/2.45.1/400-mips_no_dynamic_linking_sym.patch similarity index 100% rename from toolchain/binutils/patches/2.45/400-mips_no_dynamic_linking_sym.patch rename to toolchain/binutils/patches/2.45.1/400-mips_no_dynamic_linking_sym.patch diff --git a/toolchain/binutils/patches/2.45/500-Change-default-emulation-for-mips64-linux.patch b/toolchain/binutils/patches/2.45.1/500-Change-default-emulation-for-mips64-linux.patch similarity index 100% rename from toolchain/binutils/patches/2.45/500-Change-default-emulation-for-mips64-linux.patch rename to toolchain/binutils/patches/2.45.1/500-Change-default-emulation-for-mips64-linux.patch