From: Philip McGrath <philip@philipmcgrath.com>
To: 59322@debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler@ist.tugraz.at>,
Philip McGrath <philip@philipmcgrath.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#59322] [PATCH v2 2/4] gnu: chez-scheme-for-racket: Support riscv64.
Date: Thu, 17 Nov 2022 19:45:31 -0500 [thread overview]
Message-ID: <f77badf116d9ea9a0ebad18fe8819b45492501bc.1668730588.git.philip@philipmcgrath.com> (raw)
In-Reply-To: <cover.1668730588.git.philip@philipmcgrath.com>
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
next prev parent reply other threads:[~2022-11-18 0:48 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-16 21:36 [bug#59322] [PATCH 0/2] gnu: racket: Update to 8.7 Philip McGrath
2022-11-16 21:39 ` [bug#59322] [PATCH 1/2] " Philip McGrath
2022-11-17 7:30 ` Liliana Marie Prikler
2022-11-18 0:45 ` [bug#59322] [PATCH v2 0/4] " Philip McGrath
2022-11-18 0:45 ` [bug#59322] [PATCH v2 1/4] " Philip McGrath
2022-11-18 0:45 ` Philip McGrath [this message]
2022-11-18 0:45 ` [bug#59322] [PATCH v2 3/4] gnu: racket-vm-cs: Avoid duplicate work Philip McGrath
2022-11-18 0:45 ` [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope Philip McGrath
2022-11-18 7:01 ` Liliana Marie Prikler
2022-11-18 8:26 ` zimoun
2022-11-18 19:23 ` Liliana Marie Prikler
2022-11-18 19:33 ` Philip McGrath
2022-11-19 7:54 ` Liliana Marie Prikler
2022-11-19 23:52 ` Philip McGrath
2022-11-20 1:49 ` Liliana Marie Prikler
2022-11-23 18:44 ` [bug#59322] [PATCH 0/2] gnu: racket: Update to 8.7 Ludovic Courtès
2022-11-21 16:50 ` [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope zimoun
2022-12-01 21:08 ` bug#59322: [PATCH 0/2] gnu: racket: Update to 8.7 Ludovic Courtès
2022-11-16 21:39 ` [bug#59322] [PATCH 2/2] gnu: racket-vm-cs: Avoid duplicate work Philip McGrath
2022-12-04 13:25 ` [bug#59322] [PATCH 0/2] gnu: racket: Update to 8.7 Enrico Schwass via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f77badf116d9ea9a0ebad18fe8819b45492501bc.1668730588.git.philip@philipmcgrath.com \
--to=philip@philipmcgrath.com \
--cc=59322@debbugs.gnu.org \
--cc=liliana.prikler@gmail.com \
--cc=liliana.prikler@ist.tugraz.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.