[Cmucl-cvs] [git] CMU Common Lisp branch rtoy-extern-alien-name updated. 20f-38-gda20092
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp". The branch, rtoy-extern-alien-name has been updated via da20092cfc5da4fd78ef37d2d1d1a06ea9f08f8d (commit) from 1addd336c589019861798242732ab6d2c99ffe05 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit da20092cfc5da4fd78ef37d2d1d1a06ea9f08f8d Author: Raymond Toy <toy.raymond@gmail.com> Date: Fri Oct 10 20:19:05 2014 -0700 Add :elf to *features* for sparc/solaris. diff --git a/src/code/sparc-svr4-vm.lisp b/src/code/sparc-svr4-vm.lisp index 5c92b96..1368fb2 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 ----------------------------------------------------------------------- Summary of changes: src/code/sparc-svr4-vm.lisp | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- CMU Common Lisp
participants (1)
-
Raymond Toy