[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/18: gnu: gnumach: Enable kernel debugger (kbd).
From: |
guix-commits |
Subject: |
04/18: gnu: gnumach: Enable kernel debugger (kbd). |
Date: |
Sat, 11 Apr 2020 13:26:06 -0400 (EDT) |
civodul pushed a commit to branch core-updates
in repository guix.
commit 29814639c405d02735613bcbb1b5fd665cd8bd25
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Apr 1 16:07:25 2020 +0200
gnu: gnumach: Enable kernel debugger (kbd).
* gnu/packages/hurd.scm (gnumach)[arguments]: Add "--enable-kdb".
---
gnu/packages/hurd.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index f94d4fa..7ea35bb 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -264,6 +264,8 @@ Hurd-minimal package which are needed for both glibc and
GCC.")
(name "gnumach")
(arguments
(substitute-keyword-arguments (package-arguments gnumach-headers)
+ ((#:configure-flags flags ''())
+ `(cons "--enable-kdb" ,flags)) ;enable kernel debugger
((#:phases phases '%standard-phases)
`(modify-phases %standard-phases
(add-after 'install 'produce-image
- branch core-updates updated (8c83069 -> 916ec91), guix-commits, 2020/04/11
- 01/18: install: 'populate-root-file-system' can be passed extra directives., guix-commits, 2020/04/11
- 02/18: vm: 'qemu-image' accepts a list of extra populate directives., guix-commits, 2020/04/11
- 04/18: gnu: gnumach: Enable kernel debugger (kbd).,
guix-commits <=
- 03/18: vm: 'qemu-image' can pass options to the 'mkfs' command., guix-commits, 2020/04/11
- 08/18: gnu: hurd: Record the right file name of 'login'., guix-commits, 2020/04/11
- 05/18: gnu: hurd: Provide our own /libexec/rc script., guix-commits, 2020/04/11
- 06/18: gnu: cross-libc: Add patch to add 'mach_print' symbol on GNU/Hurd., guix-commits, 2020/04/11
- 13/18: gnu: libdaemon: Allow cross-compilation., guix-commits, 2020/04/11
- 14/18: gnu: libdaemon: Cross-build with --localstatedir=/var., guix-commits, 2020/04/11
- 07/18: gnu: hurd: Use a 32-bit MiG when cross-compiling., guix-commits, 2020/04/11
- 09/18: gnu: hurd: Ensure startup scripts refer to the right programs., guix-commits, 2020/04/11
- 10/18: gnu: hurd: Install the UTF-8 motd., guix-commits, 2020/04/11
- 15/18: gnu: hurd: Add dependency on libdaemon., guix-commits, 2020/04/11