[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/58: gnu: rumpkernel: Support the 64bit Hurd.
From: |
guix-commits |
Subject: |
37/58: gnu: rumpkernel: Support the 64bit Hurd. |
Date: |
Sun, 24 Nov 2024 02:50:39 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit ea5a9587f56c27b1e2c062c5c17422e99e6b3b21
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Nov 9 11:36:43 2024 +0100
gnu: rumpkernel: Support the 64bit Hurd.
* gnu/packages/hurd.scm (rumpkernel)[argument]: In stage "build", follow
Debian upstream to use -DPAE disable the DTRACE and ZFS builds.
Change-Id: I534da31eefb378c72b4896d64a51a73109e38aa6
---
gnu/packages/hurd.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 0df514cc78..6701d00251 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -792,6 +792,9 @@ in userland processes thanks to the DDE layer.")
"-V" "MKBINUTILS=no"
"-V" "MKGDB=no"
"-V" "MKGROFF=no"
+ "-V" "MKDTRACE=no"
+ "-V" "MKZFS=no"
+
"-V" (string-append "TOPRUMP=" toprump)
"-V" "BUILDRUMP_CPPFLAGS=-Wno-error=stringop-overread"
"-V" "RUMPUSER_EXTERNAL_DPLIBS=pthread"
@@ -802,7 +805,8 @@ in userland processes thanks to the DDE layer.")
" -DRUMP_REGISTER_T=int"
" -DRUMPUSER_CONFIG=yes"
" -DNO_PCI_MSI_MSIX=yes"
- " -DNUSB_DMA=1")
+ " -DNUSB_DMA=1"
+ " -DPAE")
"-V" (string-append
"CWARNFLAGS="
" -Wno-error=maybe-uninitialized"
- 48/58: gnu: Add gdb-15.2, with support for the 64bit Hurd., (continued)
- 48/58: gnu: Add gdb-15.2, with support for the 64bit Hurd., guix-commits, 2024/11/24
- 38/58: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/24
- 51/58: system: examples: Add devel-hurd64.tmpl., guix-commits, 2024/11/24
- 52/58: gnu: Use gcc-14, gcc-toolchain-14 on the 64bit Hurd., guix-commits, 2024/11/24
- 55/58: gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd., guix-commits, 2024/11/24
- 54/58: gnu: hurd: Add refcounts-assert patch., guix-commits, 2024/11/24
- 35/58: gnu: netdde: Support the 64bit Hurd., guix-commits, 2024/11/24
- 43/58: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20240714., guix-commits, 2024/11/24
- 53/58: gnu: commencement: kernel-headers-boot0: Support the 64bit Hurd., guix-commits, 2024/11/24
- 34/58: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/11/24
- 37/58: gnu: rumpkernel: Support the 64bit Hurd.,
guix-commits <=
- 42/58: gnu: m4: Fix build for the 64bit Hurd., guix-commits, 2024/11/24
- 56/58: gnu: commencement: libstdc++-boot0: Support the 64bit Hurd., guix-commits, 2024/11/24
- 31/58: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/24