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 b50c602af76f80570156f402568fa24f144849d5 (commit) from 77292dfb3ae1619c830a10a957d44962d5cc7b5a (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 b50c602af76f80570156f402568fa24f144849d5 Author: Raymond Toy toy.raymond@gmail.com Date: Sat May 4 12:37:36 2013 -0700
Don't set CC; let it default or let the individual Config files set up CC if necessary.
diff --git a/src/lisp/Config.x86_common b/src/lisp/Config.x86_common index ea52b94..832d8d6 100644 --- a/src/lisp/Config.x86_common +++ b/src/lisp/Config.x86_common @@ -45,10 +45,6 @@ ifdef FEATURE_UNICODE CPP_DEFINE_OPTIONS += -DUNICODE endif
-# Default to using gcc. But clang also works. -CC = gcc - - LD = ld
ifeq ($(filter 2% 3%, $(shell $(CC) -dumpversion)),)
-----------------------------------------------------------------------
Summary of changes: src/lisp/Config.x86_common | 4 ---- 1 file changed, 4 deletions(-)
hooks/post-receive