[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59322] [PATCH v2 2/4] gnu: chez-scheme-for-racket: Support riscv64.
From: |
Philip McGrath |
Subject: |
[bug#59322] [PATCH v2 2/4] gnu: chez-scheme-for-racket: Support riscv64. |
Date: |
Thu, 17 Nov 2022 19:45:31 -0500 |
Use the new native backend instead of "portable bytecode".
* gnu/packages/chez.scm (target-chez-arch): Support riscv64-linux-gnu.
(%chez-features-table): Likewise.
---
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 @@ (define* (target-chez-arch #:optional (system
((target-ppc32? system)
"ppc32")
((target-riscv64? system)
- #f)
+ "rv64")
(else
#f)))
@@ -170,6 +170,7 @@ (define %chez-features-table
("a6" threads bootstrap-bootfiles)
("arm32" bootstrap-bootfiles)
("arm64" . #f)
+ ("rv64" . #f)
("ppc32" threads))
;; Hurd
("gnu"
--
2.38.0
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., (continued)
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., Philip McGrath, 2022/11/17
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., Liliana Marie Prikler, 2022/11/18
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., zimoun, 2022/11/18
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., Liliana Marie Prikler, 2022/11/18
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., Philip McGrath, 2022/11/18
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., Liliana Marie Prikler, 2022/11/19
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., Philip McGrath, 2022/11/19
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., Liliana Marie Prikler, 2022/11/19
- [bug#59322] [PATCH 0/2] gnu: racket: Update to 8.7., Ludovic Courtès, 2022/11/23
- [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope., zimoun, 2022/11/21
- [bug#59322] [PATCH v2 2/4] gnu: chez-scheme-for-racket: Support riscv64.,
Philip McGrath <=
- [bug#59322] [PATCH v2 1/4] gnu: racket: Update to 8.7., Philip McGrath, 2022/11/17
- [bug#59322] [PATCH v2 3/4] gnu: racket-vm-cs: Avoid duplicate work., Philip McGrath, 2022/11/17
[bug#59322] [PATCH 2/2] gnu: racket-vm-cs: Avoid duplicate work., Philip McGrath, 2022/11/16