From: Chris Lattner Date: Thu, 19 Sep 2002 19:06:05 +0000 (+0000) Subject: It turns out that the cannonical name for the llvm-gcc compiler is, well X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ecd3546ff6c3fb91fcc47e2f7932e72f404cb80d;p=oota-llvm.git It turns out that the cannonical name for the llvm-gcc compiler is, well llvm-gcc, not gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3824 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile.tests b/test/Makefile.tests index 9d321ea5854..dfe13379365 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -20,7 +20,7 @@ include ${LEVEL}/Makefile.common # LLVM Tool Definitions... # -LCC = $(LLVMGCCDIR)/bin/gcc +LCC = $(LLVMGCCDIR)/bin/llvm-gcc LCC1 = $(LLVMGCCDIR)/lib/gcc-lib/llvm/3.1/cc1 TOOLS = $(BUILD_ROOT_TOP)/tools/Debug LLI = $(TOOLS)/lli