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, master has been updated via 07e242ec6eefa081c02e24d0ee1414f24670c372 (commit) from 224406cc50a75d8446981a64755fad3d0b9fd55e (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 07e242ec6eefa081c02e24d0ee1414f24670c372 Author: Raymond Toy toy.raymond@gmail.com Date: Tue Nov 11 22:35:02 2014 -0800
Solaris uses ELF; make sure :elf is added to *features*.
diff --git a/src/code/sunos-os.lisp b/src/code/sunos-os.lisp index f3d17a6..4971a82 100644 --- a/src/code/sunos-os.lisp +++ b/src/code/sunos-os.lisp @@ -22,7 +22,9 @@ (pushnew :sunos *features*)
#+solaris -(register-lisp-feature :solaris) +(progn + (register-lisp-feature :solaris) + (register-lisp-feature :elf)) #+svr4 (register-lisp-feature :svr4)
-----------------------------------------------------------------------
Summary of changes: src/code/sunos-os.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive