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:
Philip McGrath 2024-08-11 17:38:42 -04:00 committed by Christopher Baines
parent 18eea46d3b
commit 14e3b08f00
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -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