Point gccld to the correct library directory.
authorChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 19:22:30 +0000 (19:22 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Sep 2002 19:22:30 +0000 (19:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3827 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index dfe13379365b10c887477054c235eae8dd7cfe77..4d38c3021580b78c3df8323525cd39a87712b696 100644 (file)
@@ -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