![](https://secure.gravatar.com/avatar/cc13150cabd87c26f35cb4b0ea78d66d.jpg?s=120&d=mm&r=g)
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 6172c8a71aacbd894dff622a0dd9d593c10a8e48 (commit) from 434078e9e8a7b7b3069c0cf6e6f618807823f41a (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 6172c8a71aacbd894dff622a0dd9d593c10a8e48 Author: Raymond Toy <toy.raymond@gmail.com> Date: Fri Oct 10 19:40:37 2014 -0700 For x86, define FEATURE_ELF if needed. And this is definitely needed now on Linux at least to define the right EXTERN_ALIEN_NAME. diff --git a/src/lisp/Config.x86_common b/src/lisp/Config.x86_common index ee06a1a..f0de2ca 100644 --- a/src/lisp/Config.x86_common +++ b/src/lisp/Config.x86_common @@ -45,6 +45,10 @@ ifdef FEATURE_UNICODE CPP_DEFINE_OPTIONS += -DUNICODE endif +ifdef FEATURE_ELF +CPP_DEFINE_OPTIONS += -DFEATURE_ELF +endif + LD = ld ifeq ($(filter 2% 3%, $(shell $(CC) -dumpversion)),) ----------------------------------------------------------------------- Summary of changes: src/lisp/Config.x86_common | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- CMU Common Lisp