guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: chez-scheme-for-racket: Support riscv64.


From: guix-commits
Subject: 02/03: gnu: chez-scheme-for-racket: Support riscv64.
Date: Sat, 19 Nov 2022 20:33:04 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit d9f51000cac9c2b5f42c966d35b1123371a1323f
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Thu Nov 17 19:45:31 2022 -0500

    gnu: chez-scheme-for-racket: Support riscv64.
    
    Use the new native backend instead of "portable bytecode".
    
    * gnu/packages/chez.scm (target-chez-arch): Support riscv64-linux-gnu.
    (%chez-features-table): Likewise.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/chez.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 7025a71b94..0d22e2e20f 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -104,7 +104,7 @@ Scheme machine types, or '#f' if none is defined."
    ((target-ppc32? system)
     "ppc32")
    ((target-riscv64? system)
-    #f)
+    "rv64")
    (else
     #f)))
 
@@ -170,6 +170,7 @@ in Chez Scheme machine types, or '#f' if none is defined."
      ("a6" threads bootstrap-bootfiles)
      ("arm32" bootstrap-bootfiles)
      ("arm64" . #f)
+     ("rv64" . #f)
      ("ppc32" threads))
     ;; Hurd
     ("gnu"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]