~ruther/guix-local

14e3b08f0012269984b26729f476a7cd1c1ec3bc — Philip McGrath 2 years ago 18eea46
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 0c96f7932de50c81f4b4714f287520699107c8bb.

Signed-off-by: Christopher Baines <mail@cbaines.net>
1 files changed, 2 insertions(+), 3 deletions(-)

M gnu/packages/chez.scm
M gnu/packages/chez.scm => gnu/packages/chez.scm +2 -3
@@ 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