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
This commit is contained in:
Janneke Nieuwenhuizen 2024-11-09 11:36:43 +01:00
parent ba8fb8c2fb
commit de8196f571
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -792,6 +792,9 @@ (define (noisy-setenv name value)
"-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 @@ (define (noisy-setenv name value)
" -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"