[cfe-commits] r79201 - /cfe/trunk/utils/ABITest/layout/Makefile

Anders Carlsson andersca at mac.com
Sun Aug 16 13:30:00 PDT 2009


Author: andersca
Date: Sun Aug 16 15:29:59 2009
New Revision: 79201

URL: http://llvm.org/viewvc/llvm-project?rev=79201&view=rev
Log:
Whoops, did not mean to commit this

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=79201&r1=79200&r2=79201&view=diff

==============================================================================
--- cfe/trunk/utils/ABITest/layout/Makefile (original)
+++ cfe/trunk/utils/ABITest/layout/Makefile Sun Aug 16 15:29:59 2009
@@ -11,7 +11,7 @@
 
 CFLAGS := -std=gnu99
 
-X_COMPILER := /Developer/usr/bin/llvm-gcc-4.2
+X_COMPILER := llvm-gcc
 Y_COMPILER := clang
 CC := gcc
 





More information about the cfe-commits mailing list