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:
parent
18eea46d3b
commit
14e3b08f00
@ -130,9 +130,8 @@ Scheme machine types, or '#f' if none is defined."
|
|||||||
#f)
|
#f)
|
||||||
((target-ppc32? system)
|
((target-ppc32? system)
|
||||||
"ppc32")
|
"ppc32")
|
||||||
;; This is apparently not ready in chez-scheme-for-racket.
|
((target-riscv64? system)
|
||||||
;((target-riscv64? system)
|
"rv64")
|
||||||
; "rv64")
|
|
||||||
((string-prefix? "loongarch64-" system)
|
((string-prefix? "loongarch64-" system)
|
||||||
"la64")
|
"la64")
|
||||||
(else
|
(else
|
||||||
|
Loading…
Reference in New Issue
Block a user