summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 02:19:08 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 02:19:08 +0000
commit9575a18c98b382038ddfe997a91389f0e73ba202 (patch)
treeedd3eebd8a76b73d60ac8e257b2b76cfbe310e03 /test/Makefile.tests
parent481cc7c79ea328ae3941039cbe7c99ea30a5886e (diff)
downloadllvm-9575a18c98b382038ddfe997a91389f0e73ba202.tar.gz
llvm-9575a18c98b382038ddfe997a91389f0e73ba202.tar.bz2
llvm-9575a18c98b382038ddfe997a91389f0e73ba202.tar.xz
Some of this gets hoisted up to Makefile.common
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 953ae80fd1..faa5a0284e 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -36,13 +36,12 @@ TOOLS = $(LLVMTOOLCURRENT)
# LLVM Tool Definitions...
#
-LCC = $(LLVMGCCDIR)/bin/gcc
-LCC1 = $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1
-LCXX = $(LLVMGCCDIR)/bin/g++
-LCC1XX = $(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH)/cc1plus
+LCC = $(LLVMGCC) ## FIXME: remove these definitions, use LLVMGCC directly
+LCXX = $(LLVMGXX) ## FIXME: remove these definitions, use LLVMGXX directly
+LAS = $(LLVMAS) ## FIXME: remove these definitions, use LLVMAS directly
+
LLI = $(TOOLS)/lli
LLC = $(TOOLS)/llc
-LAS = $(TOOLS)/as
LGCCAS = $(TOOLS)/gccas
LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
LGCCLDPROG = $(TOOLS)/gccld