[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/59: gnu: rumpkernel: Support the 64bit Hurd.
From: |
guix-commits |
Subject: |
43/59: gnu: rumpkernel: Support the 64bit Hurd. |
Date: |
Mon, 11 Nov 2024 09:56:10 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit dbb7cd514016b00c56e7a28a6ec4a433d42734b0
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 b156fcea4c..d29ec22cd7 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -781,6 +781,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"
@@ -791,7 +794,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"
- 31/59: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static., (continued)
- 31/59: gnu: gcc-13, gcc-14: Support being used as parent for gcc-static., guix-commits, 2024/11/11
- 41/59: gnu: netdde: Support the 64bit Hurd., guix-commits, 2024/11/11
- 37/59: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/11
- 38/59: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/11/11
- 40/59: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/11/11
- 56/59: system: examples: devel-hurd: Add hurd dependencies., guix-commits, 2024/11/11
- 52/59: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20240714., guix-commits, 2024/11/11
- 48/59: gnu: guile-fibers: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 45/59: gnu: git-minimal: Support the 64bit Hurd., guix-commits, 2024/11/11
- 44/59: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/11
- 43/59: gnu: rumpkernel: Support the 64bit Hurd.,
guix-commits <=
- 39/59: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/11
- 42/59: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337., guix-commits, 2024/11/11
- 57/59: gnu: gettext: Fix cross-build shebangs., guix-commits, 2024/11/11
- 59/59: gnu: flex: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 47/59: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 50/59: squash! gnu: gnumach: Update to v1.8+git20240714., guix-commits, 2024/11/11
- 54/59: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20240714., guix-commits, 2024/11/11
- 51/59: gnu: m4: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 58/59: gnu: texinfo-4: Fix build for the 64bit Hurd., guix-commits, 2024/11/11
- 55/59: gnu: commencement: libstdc++-boot0-gcc7: Replace by make-libstdc++-boot0., guix-commits, 2024/11/11