Point to the RIGHT GCC library directory
authorChris Lattner <sabre@nondot.org>
Wed, 20 Aug 2003 22:42:17 +0000 (22:42 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Aug 2003 22:42:17 +0000 (22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7998 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index faa5a0284eed7aea5ae2b902f63e1ca2ef96e2b3..682ba0e9f610d696a0a83788e8e7740d1bbe0819 100644 (file)
@@ -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