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 @@ (define* (target-chez-arch #:optional (system
#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