From: Chris Lattner Date: Wed, 20 Aug 2003 22:42:17 +0000 (+0000) Subject: Point to the RIGHT GCC library directory X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=09dcfda7228a680c9c0a276715416206cd38dc66;p=oota-llvm.git Point to the RIGHT GCC library directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7998 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile.tests b/test/Makefile.tests index faa5a0284ee..682ba0e9f61 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