From 5a67f4725e38d8f017411237b34becc3e1b010da Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 19 Sep 2002 19:06:05 +0000 Subject: [PATCH] It turns out that the cannonical name for the llvm-gcc compiler is, well llvm-gcc, not gcc. llvm-svn: 3824 --- llvm/test/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index 9d321ea58542..dfe13379365b 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/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