From 14e3b08f0012269984b26729f476a7cd1c1ec3bc Mon Sep 17 00:00:00 2001 From: Philip McGrath Date: Sun, 11 Aug 2024 17:38:42 -0400 Subject: 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 --- gnu/packages/chez.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3