mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
Revert "gnu: chez-scheme-for-racket: Fix building on riscv64-linux."
Native code generation for riscv64-linux is supported:
this commit masked a bug somewhere in our packaging or the build
modes we're using.
This reverts commit 0c96f7932d.
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
committed by
Christopher Baines
parent
18eea46d3b
commit
14e3b08f00
@@ -130,9 +130,8 @@ Scheme machine types, or '#f' if none is defined."
|
||||
#f)
|
||||
((target-ppc32? system)
|
||||
"ppc32")
|
||||
;; This is apparently not ready in chez-scheme-for-racket.
|
||||
;((target-riscv64? system)
|
||||
; "rv64")
|
||||
((target-riscv64? system)
|
||||
"rv64")
|
||||
((string-prefix? "loongarch64-" system)
|
||||
"la64")
|
||||
(else
|
||||
|
||||
Reference in New Issue
Block a user