From e6aeed9a036e71f217f5de8db8e497ec4a606253 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 4 May 2013 12:38:30 -0700 Subject: [PATCH] Don't set CC. The default is good enough and we'll use either gcc on older systems or clang on newer ones. --- src/lisp/Config.x86_darwin | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lisp/Config.x86_darwin b/src/lisp/Config.x86_darwin index e9ffbe56c..39c09bdea 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 - - -- GitLab