Skip to content
Snippets Groups Projects
Commit 07e242ec authored by Raymond Toy's avatar Raymond Toy
Browse files

Solaris uses ELF; make sure :elf is added to *features*.

parent 224406cc
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
(pushnew :sunos *features*) (pushnew :sunos *features*)
#+solaris #+solaris
(register-lisp-feature :solaris) (progn
(register-lisp-feature :solaris)
(register-lisp-feature :elf))
#+svr4 #+svr4
(register-lisp-feature :svr4) (register-lisp-feature :svr4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment