From da20092cfc5da4fd78ef37d2d1d1a06ea9f08f8d Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Fri, 10 Oct 2014 20:19:05 -0700 Subject: [PATCH] Add :elf to *features* for sparc/solaris. --- src/code/sparc-svr4-vm.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/code/sparc-svr4-vm.lisp b/src/code/sparc-svr4-vm.lisp index 5c92b9641..1368fb260 100644 --- a/src/code/sparc-svr4-vm.lisp +++ b/src/code/sparc-svr4-vm.lisp @@ -128,6 +128,7 @@ (pushnew :sparc *features*) (pushnew :sun4 *features*) (pushnew :svr4 *features*) +(sys:register-lisp-feature :elf) ;; There's SVR4 by Sun called Solaris 2, there's the SVR4 reference port by ;; ICL that runs on ICL's own DRS 6000s. #+sunos -- GitLab