From e9e9abb2fbb389dc9954ea8e36013a764d1282e5 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 25 Jul 2009 00:26:00 +0000 Subject: [PATCH] Whoops, did not mean to check this in. llvm-svn: 77022 --- clang/utils/ABITest/layout/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/utils/ABITest/layout/Makefile b/clang/utils/ABITest/layout/Makefile index 95536b884a01..0520625fcf29 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 -- 2.34.1