[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2012-07-11-g55805e9

Raymond Toy rtoy at common-lisp.net
Fri Aug 3 16:57:47 UTC 2012


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  55805e97ba4f651a13f65d72ceb5398fe1cacef8 (commit)
      from  3db9313fc2da525dcc3923dd7ec20f015e9a5f79 (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 55805e97ba4f651a13f65d72ceb5398fe1cacef8
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Fri Aug 3 09:57:27 2012 -0700

     * Remove comments about gcc-4.2.  gcc or clang should work.
     * Min OSX version is 10.5 now.  Don't have access to anything older
       than 10.5 anyway.

diff --git a/src/lisp/Config.x86_darwin b/src/lisp/Config.x86_darwin
index e1daf4f..f50a857 100644
--- a/src/lisp/Config.x86_darwin
+++ b/src/lisp/Config.x86_darwin
@@ -2,14 +2,8 @@
 
 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
+# Compile code that will run on OSX 10.5 (Tiger)
+MIN_VER = -mmacosx-version-min=10.5
 
 CPPFLAGS += -DDARWIN $(MIN_VER) -m32
 CFLAGS += -g3

-----------------------------------------------------------------------

Summary of changes:
 src/lisp/Config.x86_darwin |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list