diff options
author | Anders Carlsson <andersca@mac.com> | 2009-07-25 00:26:00 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-07-25 00:26:00 +0000 |
commit | 7b3817d9cbc221c928da701d863bfefd20c0b6bb (patch) | |
tree | b739f5c2d97b15842ea21e5a5317d113192e9aae | |
parent | 4257bc6d5bd6ec0789287bc5ee7c2fea1f44c59e (diff) |
Whoops, did not mean to check this in.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77022 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/ABITest/layout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ABITest/layout/Makefile b/utils/ABITest/layout/Makefile index 95536b884a..0520625fcf 100644 --- a/utils/ABITest/layout/Makefile +++ b/utils/ABITest/layout/Makefile @@ -11,11 +11,11 @@ TIMEOUT := 5 CFLAGS := -std=gnu99 -X_COMPILER := /Developer/usr/bin/llvm-gcc-4.2 +X_COMPILER := llvm-gcc Y_COMPILER := clang CC := gcc -ifeq (1, 0) +ifeq (0, 0) X_CFLAGS := -m32 Y_CFLAGS := -m32 CC_CFLAGS := -m32 |