[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: gnumach: Enable kernel debugger (kbd).
From: |
guix-commits |
Subject: |
05/10: gnu: gnumach: Enable kernel debugger (kbd). |
Date: |
Fri, 3 Apr 2020 17:15:23 -0400 (EDT) |
civodul pushed a commit to branch wip-hurd-vm
in repository guix.
commit b97dd3e10eebc0c516cd5ead2e54e1474cee5a99
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 wip-hurd-vm created (now ac209c7), guix-commits, 2020/04/03
- 03/10: vm: 'qemu-image' accepts a list of extra populate directives., guix-commits, 2020/04/03
- 05/10: gnu: gnumach: Enable kernel debugger (kbd).,
guix-commits <=
- 02/10: install: 'populate-root-file-system' can be passed extra directives., guix-commits, 2020/04/03
- 04/10: vm: 'qemu-image' can pass options to the 'mkfs' command., guix-commits, 2020/04/03
- 01/10: gnu: gnumach: Fix compilation., guix-commits, 2020/04/03
- 10/10: gnu: hurd: Record the right file name of 'login'., guix-commits, 2020/04/03
- 06/10: DRAFT: gnu: hurd: Provide our own /libexec/rc script., guix-commits, 2020/04/03
- 07/10: gnu: cross-libc: Add patch to add 'mach_print' symbol on GNU/Hurd., guix-commits, 2020/04/03
- 08/10: gnu: hurd: Use a 32-bit MiG when cross-compiling., guix-commits, 2020/04/03
- 09/10: DRAFT: Add (gnu system hurd)., guix-commits, 2020/04/03