summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-19 19:06:05 +0000
committerChris Lattner <sabre@nondot.org>2002-09-19 19:06:05 +0000
commitecd3546ff6c3fb91fcc47e2f7932e72f404cb80d (patch)
tree649fc26168fb01fddf70970940d7173ad9c28b69 /test/Makefile.tests
parentc63ffc54e545b8ba1ad8a973b275634758d12334 (diff)
downloadllvm-ecd3546ff6c3fb91fcc47e2f7932e72f404cb80d.tar.gz
llvm-ecd3546ff6c3fb91fcc47e2f7932e72f404cb80d.tar.bz2
llvm-ecd3546ff6c3fb91fcc47e2f7932e72f404cb80d.tar.xz
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
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 9d321ea585..dfe1337936 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