[llvm-commits] CVS: llvm/test/Makefile.tests
Chris Lattner
lattner at cs.uiuc.edu
Wed Aug 20 17:43:02 PDT 2003
Changes in directory llvm/test:
Makefile.tests updated: 1.74 -> 1.75
---
Log message:
Point to the RIGHT GCC library directory
---
Diffs of the changes:
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.74 llvm/test/Makefile.tests:1.75
--- llvm/test/Makefile.tests:1.74 Thu Aug 14 21:19:08 2003
+++ llvm/test/Makefile.tests Wed Aug 20 17:42:17 2003
@@ -43,7 +43,7 @@
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
More information about the llvm-commits
mailing list