all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philip McGrath <philip@philipmcgrath.com>
To: 72582@debbugs.gnu.org
Cc: Philip McGrath <philip@philipmcgrath.com>,
	Efraim Flashner <efraim@flashner.co.il>,
	Philip McGrath <philip@philipmcgrath.com>
Subject: [bug#72582] [PATCH 2/2] Revert "gnu: chez-scheme-for-racket: Fix building on riscv64-linux."
Date: Sun, 11 Aug 2024 17:38:42 -0400	[thread overview]
Message-ID: <12acca683476e8f29df324a7652aad5befab6619.1723406971.git.philip@philipmcgrath.com> (raw)
In-Reply-To: <cover.1723406971.git.philip@philipmcgrath.com>

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.
---
 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 @@ (define* (target-chez-arch #:optional (system
     #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
-- 
2.45.2





  parent reply	other threads:[~2024-08-11 21:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-11 20:37 [bug#72582] [PATCH 0/2] gnu: racket: Update to 8.14 Philip McGrath
2024-08-11 21:38 ` [bug#72582] [PATCH 1/2] " Philip McGrath
2024-08-11 21:38 ` Philip McGrath [this message]
2024-08-22 11:47 ` bug#72582: [PATCH 0/2] " Christopher Baines

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=12acca683476e8f29df324a7652aad5befab6619.1723406971.git.philip@philipmcgrath.com \
    --to=philip@philipmcgrath.com \
    --cc=72582@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /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.