summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-20 22:42:17 +0000
committerChris Lattner <sabre@nondot.org>2003-08-20 22:42:17 +0000
commit09dcfda7228a680c9c0a276715416206cd38dc66 (patch)
treea7abe346e3daaffe26fdb943b40738fed1d0d8ac /test/Makefile.tests
parent98892653e54a6382e0d79bb64b537906a435f23a (diff)
downloadllvm-09dcfda7228a680c9c0a276715416206cd38dc66.tar.gz
llvm-09dcfda7228a680c9c0a276715416206cd38dc66.tar.bz2
llvm-09dcfda7228a680c9c0a276715416206cd38dc66.tar.xz
Point to the RIGHT GCC library directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7998 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 faa5a0284e..682ba0e9f6 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -43,7 +43,7 @@ LAS = $(LLVMAS) ## FIXME: remove these definitions, use LLVMAS directly
LLI = $(TOOLS)/lli
LLC = $(TOOLS)/llc
LGCCAS = $(TOOLS)/gccas
-LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
+LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib
LGCCLDPROG = $(TOOLS)/gccld
LDIS = $(TOOLS)/dis
LOPT = $(TOOLS)/opt