cbaines pushed a commit to branch master
in repository guix.

commit 14e3b08f0012269984b26729f476a7cd1c1ec3bc
Author: Philip McGrath <[email protected]>
AuthorDate: Sun Aug 11 17:38:42 2024 -0400

    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 <[email protected]>
---
 gnu/packages/chez.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index aa081f1677..0874a9a817 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -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

Reply via email to