From ecd3546ff6c3fb91fcc47e2f7932e72f404cb80d 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3824 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1