Source: sbcl
Version: 2.6.0-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: loong64
X-Debbugs-Cc: [email protected]
Hi,
The upstream version 2.6.1 of sbcl has added support for LoongArch such
that we can add the architecture in debian/rules:
diff --git a/debian/rules b/debian/rules
index 477b1697c..0aebe313c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ else
endif
endif
-ifneq (,$(filter amd64 arm64 armel armhf i386 powerpc ppc64 ppc64el,
$(DEB_HOST_ARCH)))
+ifneq (,$(filter amd64 arm64 armel armhf i386 loong64 powerpc ppc64 ppc64el,
$(DEB_HOST_ARCH)))
ifeq (,$(BOOTSTRAPLISP))
BOOTSTRAPLISP := /usr/bin/sbcl --disable-debugger --no-sysinit
--no-userinit
endif
Could you do that when importing version 2.6.1?
Thanks,
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
diff --git a/debian/rules b/debian/rules
index 477b1697c..0aebe313c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ else
endif
endif
-ifneq (,$(filter amd64 arm64 armel armhf i386 powerpc ppc64 ppc64el,
$(DEB_HOST_ARCH)))
+ifneq (,$(filter amd64 arm64 armel armhf i386 loong64 powerpc ppc64 ppc64el,
$(DEB_HOST_ARCH)))
ifeq (,$(BOOTSTRAPLISP))
BOOTSTRAPLISP := /usr/bin/sbcl --disable-debugger --no-sysinit
--no-userinit
endif