branch: elpa/slime
commit 71707c2bb7d60dc813cdfb2efdce0b948ed2d3ab
Author: Stas Boukarev <[email protected]>
Commit: Stas Boukarev <[email protected]>
Add :loongarch64 to *architecture-features*
---
swank-loader.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/swank-loader.lisp b/swank-loader.lisp
index c46137ef2ea..ae1b5cb755e 100644
--- a/swank-loader.lisp
+++ b/swank-loader.lisp
@@ -67,7 +67,7 @@
'(:powerpc :ppc :ppc64 :x86 :x86-64 :x86_64 :amd64 :i686 :i586 :i486 :pc386
:iapx386
:sparc64 :sparc :hppa64 :hppa :arm :armv5l :armv6l :armv7l :arm64 :aarch64
:pentium3 :pentium4
- :mips :mipsel
+ :mips :mipsel :loongarch64
:java-1.4 :java-1.5 :java-1.6 :java-1.7))
(defun q (s) (read-from-string s))