summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gdb-hurd.patch
Commit message (Collapse)AuthorAge
* gnu: gdb: Update to 11.1 and remove gdb-9.2.Maxim Cournoyer2021-11-11
| | | | | | | | | | | * gnu/packages/gdb.scm (gdb-10): Rename to... (gdb-11): ... and update. Update comment about disabled tests. [origin]: Delete patch, integrated upstream. (gdb-9.2): Delete variable, no longer used. (gdb): Set alias to gdb-11. * gnu/packages/patches/gdb-hurd.patch: Delete file. * gnu/packages/patches/gdb-9.2-sim-ppc-fno-common.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them.
* gnu: gdb: Fix cross-compilation for Hurd.Mathieu Othacehe2021-10-05
| | | | | * gnu/packages/patches/gdb-hurd.patch: Update it. * gnu/packages/gdb.scm (gdb)[source]: Add it.
* gnu: gdb: Add support for the Hurd.Jan (janneke) Nieuwenhuizen2020-06-26
* gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: When compiling for the Hurd, add required build dependency mig. ["arguments"]: Add "binutils" fall-back lookup in native-inputs for cross-builds. * gnu/packages/patches/gdb-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gdb.scm (gdb-9.2): Use it.