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:
parent
fca5e1a507
commit
d9f51000ca
@ -104,7 +104,7 @@ Scheme machine types, or '#f' if none is defined."
|
||||
((target-ppc32? system)
|
||||
"ppc32")
|
||||
((target-riscv64? system)
|
||||
#f)
|
||||
"rv64")
|
||||
(else
|
||||
#f)))
|
||||
|
||||
@ -170,6 +170,7 @@ in Chez Scheme machine types, or '#f' if none is defined."
|
||||
("a6" threads bootstrap-bootfiles)
|
||||
("arm32" bootstrap-bootfiles)
|
||||
("arm64" . #f)
|
||||
("rv64" . #f)
|
||||
("ppc32" threads))
|
||||
;; Hurd
|
||||
("gnu"
|
||||
|
Loading…
x
Reference in New Issue
Block a user