| commit | 1260080adf1b77a6b5a649ce676ed4195bb8fa45 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Feb 05 19:05:56 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Feb 05 19:05:56 2009 +0000 |
| tree | 14411f613998eb691b0351918a6dccafc02ab165 | |
| parent | 8e3917f269a8ac66fed93e9e6d7f6291b9dc0a0f [diff] [blame] |
I didn't mean to change this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63875 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/CheckBuiltinMacros.sh b/utils/CheckBuiltinMacros.sh index 1c0b88a..6a8573c 100755 --- a/utils/CheckBuiltinMacros.sh +++ b/utils/CheckBuiltinMacros.sh
@@ -2,7 +2,7 @@ set -ex if [ -z "$CC" ]; then - CC="/Developer/usr/bin/gcc-4.2" + CC="gcc" fi SRCLANG=c