Age | Commit message (Expand) | Author |
f='/guix/commit/gnu/packages/gdb.scm?id=32787d652460871a79f99b63230f92759e2e0de2'>Merge branch 'master' into staging... Conflicts:
gnu/local.mk
gnu/packages/gdb.scm
gnu/packages/lisp-xyz.scm
gnu/packages/web-browsers.scm
Marius Bakke |
2020-10-26 | gnu: gdb: Add version 10.1....* gnu/packages/gdb.scm (gdb-9.2): Rename to...
(gdb-10): ... this, and upgrade to 10.1.
[inputs]: New field.
(gdb-minimal): Adjust accordingly.
* gnu/packages/patches/gdb-hurd.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Ludovic Courtès |
2020-10-13 | Merge branch 'master' into staging | Marius Bakke |
2020-10-10 | gnu: gdb: Build with a 32-bit MIG when targeting i586-pc-gnu....Fixes a bug whereby GDB cross-compiled for i586-pc-gnu would be broken:
(gdb) r
Starting program: /gnu/store/…
Handling event, msgid = 72: (ipc/mig) server type check failure
* gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: Use MIG/32-BIT instead
of MIG.
| Ludovic Courtès |
2020-07-02 | gnu: gdb@8.2: Inherit from the 'full' gdb....This reverts commit c007d868686fc2f9bf02a34150d4f0ac72b1f8d2, because later
versions of Rust requires loading Python plugins.
* gnu/packages/gdb.scm (gdb-minimal-8.2): Rename to ...
(gdb-8.2): ... this. Adjust inheritance accordingly.
* gnu/packages/rust.scm (rust-1.27)[native-inputs]: Adjust accordingly.
| Marius Bakke |
2020-06-27 | gnu: gdb@8.2: Inherit from 'gdb-minimal'....* gnu/packages/gdb.scm (gdb-minimal): Move definition up.
(gdb-8.2): Rename to ...
(gdb-minimal-8.2): ... this. Inherit from GDB-MINIMAL.
* gnu/packages/rust.scm (rust-1.27)[native-inputs]: Adjust for the rename.
| Marius Bakke |
2020-06-27 | Merge branch 'master' into staging | Marius Bakke |
2020-06-27 | gnu: gdb-minimal: Include guile....* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap
and very useful dependency.
| Jan (janneke) Nieuwenhuizen |
2020-06-27 | gnu: GDB: Remove version 9.1....* gnu/packages/gdb.scm (gdb-9.1): Rename to ...
(gdb): ... this. Update to 9.2.
[source](patches): Add 'gdb-hurd.patch'.
(gdb-8.2): Inherit from GDB instead of GDB-9.1.
(gdb-9.2): Remove variable.
(gdb-minimal): Inherit from GDB instead of GDB-9.2.
| Marius Bakke |
2020-06-27 | gnu: GDB: Inline cross-compilation fix....* gnu/packages/gdb.scm (gdb-9.1)[arguments]: Remove conditionals on
%CURRENT-TARGET-SYSTEM.
| Marius Bakke |
2020-06-27 | gnu: gdb-minimal: Inherit replacements from GDB....* gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT.
| Marius Bakke |
2020-06-27 | gnu: gdb@8.2: Do not inherit replacements from 'gdb'....* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
| Marius Bakke |
2020-06-27 | gnu: gdb: Apply cross-build fix without changing the native variant....Commit 76129cd3edb1eb62778344de0b1b44365f82ee06 accidentally changed the gdb
derivation, causing too many rebuilds for the 'master' branch.
* gnu/packages/gdb.scm (gdb-9.1)[arguments]: Only apply cross-build fix when
cross-compiling.
| Marius Bakke |
2020-06-27 | gnu: Add gdb-minimal....* gnu/packages/gdb.scm (gdb-minimal): New variable.
| Jan (janneke) Nieuwenhuizen |
2020-06-26 | gnu: gdb: Add support for the Hurd....* 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.
| Jan (janneke) Nieuwenhuizen |
2020-05-29 | Merge branch 'master' into staging | Marius Bakke |
2020-05-28 | gnu: gdb: Add version 9.2....* gnu/packages/gdb.scm (gdb-9.2): New variable.
| Ludovic Courtès |
2020-05-26 | Merge branch 'master' into staging | Marius Bakke |