me
/
guix
Archived
1
0
Fork 0

gnu: chez-scheme-for-racket: Fix building on riscv64-linux.

* gnu/packages/chez.scm (target-chez-arch): When building for
riscv64-linux return #f instead of the desired string, which isn't
supported everywhere yet.

Change-Id: Ie1b076ad4845129c5b98c3ae01f98a86784c13ad
Efraim Flashner 2024-07-09 17:06:54 +03:00
parent 7b0df27906
commit 0c96f7932d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -130,8 +130,9 @@ Scheme machine types, or '#f' if none is defined."
#f)
((target-ppc32? system)
"ppc32")
((target-riscv64? system)
"rv64")
;; This is apparently not ready in chez-scheme-for-racket.
;((target-riscv64? system)
; "rv64")
((string-prefix? "loongarch64-" system)
"la64")
(else