Hello, John Paul Adrian Glaubitz [04/Feb 5:59pm +01] wrote: > 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?
I think the comment in d/rules about these lists of architectures, and the lists of architectures in d/control, have fallen out-of-date. I also notice that "!sh4" appears in both the clisp lists in d/control .. You are much more familiar with this syntax and these matters than me. Would you be able to prepare a patch updating the comment in d/rules and ensuring the lists in d/control are also up-to-date? -- Sean Whitton
