[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/51: gnu: rumpkernel: Support the 64bit Hurd.
From: |
guix-commits |
Subject: |
34/51: gnu: rumpkernel: Support the 64bit Hurd. |
Date: |
Mon, 18 Nov 2024 18:13:25 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit d787a83f7bca08ea6ccf8b541d15c526190b56b2
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"
- 38/51: gnu: guile-fibers: Fix build for the 64bit Hurd., (continued)
- 38/51: gnu: guile-fibers: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 09/51: gnu: patch: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 13/51: gnu: bash: Avoid hang when cross-built for the Hurd., guix-commits, 2024/11/18
- 15/51: gnu: flex: Fix [cross-]build with gcc-14., guix-commits, 2024/11/18
- 17/51: gnu: perl: Support [cross-]building with gcc-14 and for 64bit Hurd., guix-commits, 2024/11/18
- 22/51: gnu: libssh: Fix [cross-]build with gcc-14 for 32bit., guix-commits, 2024/11/18
- 23/51: gnu: cross-base: Update %xgcc to gcc-14, to support the 64bit Hurd., guix-commits, 2024/11/18
- 24/51: gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd., guix-commits, 2024/11/18
- 25/51: DRAFT gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd., guix-commits, 2024/11/18
- 32/51: gnu: netdde: Support the 64bit Hurd., guix-commits, 2024/11/18
- 34/51: gnu: rumpkernel: Support the 64bit Hurd.,
guix-commits <=
- 45/51: gnu: Add gdb-15.2, with support for the 64bit Hurd., guix-commits, 2024/11/18
- 51/51: gnu: Use gcc-14, gcc-toolchain-14 on the 64bit Hurd., guix-commits, 2024/11/18
- 48/51: gnu: findutils: Disable tests on the 64bit Hurd., guix-commits, 2024/11/18
- 26/51: system: image: Add hurd64 image types., guix-commits, 2024/11/18
- 28/51: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/18
- 30/51: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/18
- 19/51: gnu: hurd: Fix build with gcc-14., guix-commits, 2024/11/18
- 18/51: gnu: texinfo-4: Fix [cross-]build with gcc-14 and the 64bit Hurd., guix-commits, 2024/11/18
- 20/51: gnu: netdde: Fix build with gcc-14., guix-commits, 2024/11/18
- 35/51: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/18