From 09dcfda7228a680c9c0a276715416206cd38dc66 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 20 Aug 2003 22:42:17 +0000 Subject: Point to the RIGHT GCC library directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7998 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3