mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue