#655275 clisp: on armel architecture not specified in *FEATURES*

Package:
clisp
Source:
clisp
Description:
GNU CLISP, a Common Lisp implementation
Submitter:
David Brown
Date:
2017-09-21 12:06:05 UTC
Severity:
normal
#655275#5
Date:
2012-01-09 22:25:49 UTC
From:
To:
On the armel target, clisp doesn't set anything in *FEATURES* that
allows the architecture to be uniquely determined.  This causes a
warning from packages, such as swank:
WARNING: No architecture feature found in
         (POWERPC PPC X86 X86-64 X86_64 AMD64 I686 I586 I486 PC386 IAPX386
         SPARC64 SPARC
         HPPA64 HPPA ARM PENTIUM3 PENTIUM4 JAVA-1.4 JAVA-1.5 ...).

I think the correct solution is to set :ARM in *FEATURES* when built
on this target.