mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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…
Add table
Add a link
Reference in a new issue