diff options
author | Ludovic Courtès <[email protected]> | 2023-04-18 15:49:14 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2023-04-18 15:52:02 +0200 |
commit | 664a222cac862665267f9bc69f1db1ec1a2238d5 (patch) | |
tree | 4beb70703b0ee7f9896eb4250c701f7310506342 /gnu/local.mk | |
parent | b49fd5daabefe7e89a839b03d8acd90e95c4275f (diff) |
gnu: gdb: Remove Hurd patch.
The patch was useful for GDB 11 on the previous Hurd version that was
used; it's unnecessary on GDB 12 and GDB 11 has other build issues on
the current GNU/Hurd.
This change fixes "guix build gdb-minimal --target=i586-pc-gnu".
* gnu/packages/patches/gdb-fix-gnu-nat-build.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gdb.scm (gdb-11)[arguments]: Remove 'patch-gdb/hurd' phase.
[inputs]: Remove "hurd-build.patch" input.
[supported-systems]: New field.
(gdb-12)[supported-systems]: New field.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9372ff0119..7ec3af9c46 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1191,7 +1191,6 @@ dist_patch_DATA = \ %D%/packages/patches/gd-fix-tests-on-i686.patch \ %D%/packages/patches/gd-brect-bounds.patch \ %D%/packages/patches/gd-Revert-fix-303-gdlib.pc.patch \ - %D%/packages/patches/gdb-fix-gnu-nat-build.patch \ %D%/packages/patches/gdm-default-session.patch \ %D%/packages/patches/gdm-elogind-support.patch \ %D%/packages/patches/gdm-remove-hardcoded-xwayland-path.patch \ |