* Remove comments about gcc-4.2. gcc or clang should work.
authorRaymond Toy <toy.raymond@gmail.com>
Fri, 3 Aug 2012 16:57:27 +0000 (09:57 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Fri, 3 Aug 2012 16:57:27 +0000 (09:57 -0700)
 * Min OSX version is 10.5 now.  Don't have access to anything older
   than 10.5 anyway.

src/lisp/Config.x86_darwin

index e1daf4f..f50a857 100644 (file)
@@ -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