~ruther/guix-local

ref: d6bb6dffc0b4e6ec17cab3bf3ec41bdb47764b19 guix-local/gnu/packages/patches/sbcl-fix-riscv-build.patch -rw-r--r-- 598 bytes
d6bb6dff — Nicolas Goaziou gnu: emacs-jinx: Update to 1.5. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
commit b286d92af7468164c155c70d38213211b296fdfe
Author: Douglas Katzman <dougk@google.com>
Date:   Wed Jan 10 11:46:55 2024 -0500

    Fix riscv build

diff --git a/src/compiler/riscv/float.lisp b/src/compiler/riscv/float.lisp
index ce46d24ac..a16380293 100644
--- a/src/compiler/riscv/float.lisp
+++ b/src/compiler/riscv/float.lisp
@@ -578,7 +578,7 @@
   (:results (res :scs (double-reg)))
   (:arg-types signed-num)
   (:result-types double-float)
-  (:translate make-double-float)
+  (:translate %make-double-float)
   (:policy :fast-safe)
   (:generator 2
     (inst fmvx-> :double res bits)))