summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/sbcl-fix-riscv-build.patch
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-06-18 09:44:02 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-06-18 09:44:02 +0200
commit2d5a7bfed5ccae6ce8adbef3ae1017d6ce8512be (patch)
treef9ad133c399fe9ad582c70e4483a32ce16efefd9 /gnu/packages/patches/sbcl-fix-riscv-build.patch
parent569c213249186dd4173e952c008eec1af5d287cb (diff)
parent5abf9c0c6b9c3ac41c5203c7aa69d08f47924e04 (diff)
Merge branch 'lisp-team'
Change-Id: Ia9a07fff02b01b3470f7abe28bc05a0fd8737416
Diffstat (limited to 'gnu/packages/patches/sbcl-fix-riscv-build.patch')
-rw-r--r--gnu/packages/patches/sbcl-fix-riscv-build.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/patches/sbcl-fix-riscv-build.patch b/gnu/packages/patches/sbcl-fix-riscv-build.patch
deleted file mode 100644
index 3e01ee6579..0000000000
--- a/gnu/packages/patches/sbcl-fix-riscv-build.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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)))