[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2011-12-3-gd56fecd
Raymond Toy
rtoy at common-lisp.net
Fri Dec 16 04:13:25 UTC 2011
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 d56fecd7db290133ca12fa1a12843327af191ed7 (commit)
from 71e768a8693790dd13b0b8908a010d100c5dc370 (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 d56fecd7db290133ca12fa1a12843327af191ed7
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Wed Dec 14 10:49:11 2011 -0800
Use gcc-4.2 explicitly in case Xcode4 is installed.
diff --git a/src/lisp/Config.x86_darwin b/src/lisp/Config.x86_darwin
index 404521f..e1daf4f 100644
--- a/src/lisp/Config.x86_darwin
+++ b/src/lisp/Config.x86_darwin
@@ -2,6 +2,12 @@
include Config.x86_common
+# Use gcc-4.2 on Darwin in case someone has Xcode 4 installed.
+# Currently there are bugs in cmucl that cause errors when using gcc
+# from Xcode 4. Xcode 3 (for OSX 10.5 and 10.6) has gcc-4.2, so this
+# shouldn't be a problem.
+CC = gcc-4.2
+
# Compile code that will run on OSX 10.4 (Tiger)
MIN_VER = -mmacosx-version-min=10.4
-----------------------------------------------------------------------
Summary of changes:
src/lisp/Config.x86_darwin | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list