diff options
| author | fanquake <fanquake@gmail.com> | 2025-06-16 11:48:33 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-26 17:43:13 +0200 |
| commit | a13351ade28f9a2e9b3371dfed3dadb1059bda87 (patch) | |
| tree | e0d0da0da5d2327bab7ff58d760a9819da6e71e7 /gnu/packages/cross-base.scm | |
| parent | 4fec118cdd7be2c3604d162788da6a9d4d357118 (diff) | |
gnu: Remove no-longer needed cross-binutils patch.
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 <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/cross-base.scm')
| -rw-r--r-- | gnu/packages/cross-base.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm index 7f29549144f..d3dfe5047df 100644 --- a/gnu/packages/cross-base.scm +++ b/gnu/packages/cross-base.scm | |||
| @@ -146,8 +146,7 @@ | |||
| 146 | ;; TODO: This seems like a deeper problem that warrants | 146 | ;; TODO: This seems like a deeper problem that warrants |
| 147 | ;; deeper investigation. | 147 | ;; deeper investigation. |
| 148 | binutils "--enable-compressed-debug-sections" "no") | 148 | binutils "--enable-compressed-debug-sections" "no") |
| 149 | (search-patches "binutils-mingw-w64-timestamp.patch" | 149 | (search-patches "binutils-mingw-w64-deterministic.patch"))) |
| 150 | "binutils-mingw-w64-deterministic.patch"))) | ||
| 151 | (else binutils)) | 150 | (else binutils)) |
| 152 | target))) | 151 | target))) |
| 153 | 152 | ||
