guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: gnumach: Enable kernel debugger (kbd).


From: guix-commits
Subject: 05/07: gnu: gnumach: Enable kernel debugger (kbd).
Date: Wed, 1 Apr 2020 10:26:38 -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]