gnu: chez-scheme-for-racket: Support riscv64.

Use the new native backend instead of "portable bytecode".

* gnu/packages/chez.scm (target-chez-arch): Support riscv64-linux-gnu.
(%chez-features-table): Likewise.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Philip McGrath 2022-11-17 19:45:31 -05:00 committed by Liliana Marie Prikler
parent fca5e1a507
commit d9f51000ca
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -104,7 +104,7 @@ (define* (target-chez-arch #:optional (system
((target-ppc32? system)
"ppc32")
((target-riscv64? system)
#f)
"rv64")
(else
#f)))
@ -170,6 +170,7 @@ (define %chez-features-table
("a6" threads bootstrap-bootfiles)
("arm32" bootstrap-bootfiles)
("arm64" . #f)
("rv64" . #f)
("ppc32" threads))
;; Hurd
("gnu"