From 99e6c474978986b5e296b92f44648dabe128c464 Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Sun, 6 Mar 2011 14:52:38 +0000 Subject: [PATCH] Use clang for compiling the few .c files, including minilzo-2.04 which appears to trigger a bug in the version of llvm-gcc included with some releases of Xcode prior to 3.2.5. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7310 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index 0869155083..9fb99b8e47 100644 --- a/SConstruct +++ b/SConstruct @@ -123,7 +123,6 @@ if sys.platform == 'darwin': env['CCFLAGS'] += ['-Wextra-tokens', '-Wnewline-eof'] env['CC'] = '/Developer/usr/bin/clang' env['CXX'] = '/Developer/usr/bin/clang++' - env['CC'] = '/Developer/usr/bin/llvm-gcc' env['CXX'] = '/Developer/usr/bin/llvm-g++' env['CXXFLAGS'] += ['-x', 'objective-c++'] env['LINKFLAGS'] += ccld