mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
18eea46d3b
commit
14e3b08f00
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue