[llvm-commits] CVS: llvm/test/Makefile.tests
Chris Lattner
lattner at apoc.cs.uiuc.edu
Thu Sep 19 14:23:03 PDT 2002
Changes in directory llvm/test:
Makefile.tests updated: 1.42 -> 1.43
---
Log message:
Point gccld to the correct library directory.
---
Diffs of the changes:
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.42 llvm/test/Makefile.tests:1.43
--- llvm/test/Makefile.tests:1.42 Thu Sep 19 14:06:05 2002
+++ llvm/test/Makefile.tests Thu Sep 19 14:22:30 2002
@@ -27,7 +27,7 @@
LLC = $(TOOLS)/llc
LAS = $(TOOLS)/as
LGCCAS = $(TOOLS)/gccas
-LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc-lib/llvm/3.1/
+LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/llvm/lib
LDIS = $(TOOLS)/dis
LOPT = $(TOOLS)/opt
LLINK = $(TOOLS)/link
More information about the llvm-commits
mailing list