projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9889265
)
Point to the RIGHT GCC library directory
author
Chris Lattner
<sabre@nondot.org>
Wed, 20 Aug 2003 22:42:17 +0000
(22:42 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/Makefile.tests
b/test/Makefile.tests
index faa5a0284eed7aea5ae2b902f63e1ca2ef96e2b3..682ba0e9f610d696a0a83788e8e7740d1bbe0819 100644
(file)
--- 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