Point gccld to the correct library directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-09-19 19:22:30 +00:00
parent 3f6962e088
commit 90c7d67b9d

View File

@ -27,7 +27,7 @@ LLI = $(TOOLS)/lli
LLC = $(TOOLS)/llc LLC = $(TOOLS)/llc
LAS = $(TOOLS)/as LAS = $(TOOLS)/as
LGCCAS = $(TOOLS)/gccas LGCCAS = $(TOOLS)/gccas
LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/llvm/3.1/ LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/llvm/lib
LDIS = $(TOOLS)/dis LDIS = $(TOOLS)/dis
LOPT = $(TOOLS)/opt LOPT = $(TOOLS)/opt
LLINK = $(TOOLS)/link LLINK = $(TOOLS)/link