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 e6aeed9a036e71f217f5de8db8e497ec4a606253 (commit) from b50c602af76f80570156f402568fa24f144849d5 (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 e6aeed9a036e71f217f5de8db8e497ec4a606253 Author: Raymond Toy toy.raymond@gmail.com Date: Sat May 4 12:38:30 2013 -0700
Don't set CC. The default is good enough and we'll use either gcc on older systems or clang on newer ones.
diff --git a/src/lisp/Config.x86_darwin b/src/lisp/Config.x86_darwin index e9ffbe5..39c09bd 100644 --- a/src/lisp/Config.x86_darwin +++ b/src/lisp/Config.x86_darwin @@ -2,9 +2,6 @@
include Config.x86_common
-# Use clang on darwin. -CC = clang - # Compile code that will run on OSX 10.5 (Tiger) MIN_VER = -mmacosx-version-min=10.5
@@ -20,5 +17,3 @@ OS_LINK_FLAGS = -m32 $(MIN_VER) OS_LIBS =
EXEC_FINAL_OBJ = exec-final.o - -
-----------------------------------------------------------------------
Summary of changes: src/lisp/Config.x86_darwin | 5 ----- 1 file changed, 5 deletions(-)
hooks/post-receive