summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-19 19:22:30 +0000
committerChris Lattner <sabre@nondot.org>2002-09-19 19:22:30 +0000
commit90c7d67b9d505354f8138d01df82c2fdcff6d5d2 (patch)
treeb588702d9e99745dfffa11b9302b84dca35a76e6 /test/Makefile.tests
parent3f6962e0886140c2f5889f752d21ae49b76b0e78 (diff)
downloadllvm-90c7d67b9d505354f8138d01df82c2fdcff6d5d2.tar.gz
llvm-90c7d67b9d505354f8138d01df82c2fdcff6d5d2.tar.bz2
llvm-90c7d67b9d505354f8138d01df82c2fdcff6d5d2.tar.xz
Point gccld to the correct library directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3827 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 dfe1337936..4d38c30215 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -27,7 +27,7 @@ LLI = $(TOOLS)/lli
LLC = $(TOOLS)/llc
LAS = $(TOOLS)/as
LGCCAS = $(TOOLS)/gccas
-LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/llvm/3.1/
+LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/llvm/lib
LDIS = $(TOOLS)/dis
LOPT = $(TOOLS)/opt
LLINK = $(TOOLS)/link