]> granicus.if.org Git - clang/commitdiff
I didn't mean to change this.
authorChris Lattner <sabre@nondot.org>
Thu, 5 Feb 2009 19:05:56 +0000 (19:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Feb 2009 19:05:56 +0000 (19:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63875 91177308-0d34-0410-b5e6-96231b3b80d8

utils/CheckBuiltinMacros.sh

index 1c0b88a60b67b39ecf67961c069e25e4c848e468..6a8573c0c14645711369cc92461464203527cf33 100755 (executable)
@@ -2,7 +2,7 @@
 set -ex
 
 if [ -z "$CC" ]; then
-    CC="/Developer/usr/bin/gcc-4.2"
+    CC="gcc"
 fi
 
 SRCLANG=c