[cfe-commits] r77022 - /cfe/trunk/utils/ABITest/layout/Makefile
Anders Carlsson
andersca at mac.com
Fri Jul 24 17:26:00 PDT 2009
Author: andersca
Date: Fri Jul 24 19:26:00 2009
New Revision: 77022
URL: http://llvm.org/viewvc/llvm-project?rev=77022&view=rev
Log:
Whoops, did not mean to check this in.
Modified:
cfe/trunk/utils/ABITest/layout/Makefile
Modified: cfe/trunk/utils/ABITest/layout/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/ABITest/layout/Makefile?rev=77022&r1=77021&r2=77022&view=diff
==============================================================================
--- cfe/trunk/utils/ABITest/layout/Makefile (original)
+++ cfe/trunk/utils/ABITest/layout/Makefile Fri Jul 24 19:26:00 2009
@@ -11,11 +11,11 @@
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
More information about the cfe-commits
mailing list