[PATCH 6/13] Add loongarch64 in build-all-cores.sh
| Newsgroups | gmane.lisp.steel-bank.devel |
|---|---|
| Message-ID | <[email protected]> |
This patch updates build-all-cores.sh to include LoongArch64 support. _______________________________________________ Sbcl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sbcl-devel
0006-Add-loongarch64-in-build-all-cores.sh.patch
(application/octet-stream, 933 B)
From b4f74ce1a046661b314bca602cb86aa2ef281d64 Mon Sep 17 00:00:00 2001 From: ZiLong Wang <[email protected]> Date: Sat, 17 Jan 2026 10:17:22 +0800 Subject: [PATCH 06/13] Add loongarch in build-all-cores.sh --- build-all-cores.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-all-cores.sh b/build-all-cores.sh index 926f9da3f..0b44a6ea2 100755 --- a/build-all-cores.sh +++ b/build-all-cores.sh @@ -37,6 +37,8 @@ ("arm64-reloc" :little-endian :sb-thread :relocatable-static-space :immobile-space) ("arm64-immobile-space" :little-endian :sb-thread :immobile-space)) ("mips" ("mips" :largefile :little-endian)) + ("loongarch64" + ("loongarch64" :64-bit :little-endian :sb-thread)) ("ppc" ("ppc" :big-endian) ("ppc-thread" :big-endian :sb-thread)) ("ppc64" ("ppc64" :ppc64 :big-endian)) ; sb-thread is the default and required -- 2.20.1