summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-07-25 00:26:00 +0000
committerAnders Carlsson <andersca@mac.com>2009-07-25 00:26:00 +0000
commite9e9abb2fbb389dc9954ea8e36013a764d1282e5 (patch)
treed762e63126d575f2eae3d57842de90b05fc981a6
parent87a9a34e5bfb9e7deb43506adc13188a9cea85a7 (diff)
downloadbcm5719-llvm-e9e9abb2fbb389dc9954ea8e36013a764d1282e5.tar.gz
bcm5719-llvm-e9e9abb2fbb389dc9954ea8e36013a764d1282e5.zip
Whoops, did not mean to check this in.
llvm-svn: 77022
-rw-r--r--clang/utils/ABITest/layout/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/utils/ABITest/layout/Makefile b/clang/utils/ABITest/layout/Makefile
index 95536b884a0..0520625fcf2 100644
--- a/clang/utils/ABITest/layout/Makefile
+++ b/clang/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
OpenPOWER on IntegriCloud