From a13351ade28f9a2e9b3371dfed3dadb1059bda87 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 16 Jun 2025 11:48:33 +0100 Subject: gnu: Remove no-longer needed cross-binutils patch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch landed upstream in Binutils 2.41. It has also been dropped from Debian in https://salsa.debian.org/mingw-w64-team/binutils-mingw-w64/-/commit/1c70e29cafe59e1f099a546ae157eef62bbab0e6. * gnu/packages/cross-base.scm (cross-binutils*): Remove binutils-mingw-w64-timestamp.patch. * gnu/packages/patches/binutils-mingw-w64-timestamp.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove binutils-mingw-w64-timestamp.patch reference. Signed-off-by: Ludovic Courtès --- gnu/packages/cross-base.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/cross-base.scm') diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm index 7f29549144..d3dfe5047d 100644 --- a/gnu/packages/cross-base.scm +++ b/gnu/packages/cross-base.scm @@ -146,8 +146,7 @@ ;; TODO: This seems like a deeper problem that warrants ;; deeper investigation. binutils "--enable-compressed-debug-sections" "no") - (search-patches "binutils-mingw-w64-timestamp.patch" - "binutils-mingw-w64-deterministic.patch"))) + (search-patches "binutils-mingw-w64-deterministic.patch"))) (else binutils)) target))) -- cgit v1.2.3