[llvm-commits] CVS: llvm/tools/gccld/Makefile
Reid Spencer
reid at x10sys.com
Sun Aug 29 12:29:51 PDT 2004
Changes in directory llvm/tools/gccld:
Makefile updated: 1.7 -> 1.8
---
Log message:
Add the LLVMsystem.a library as it is now used for operating system
independence of the tool.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.7 llvm/tools/gccld/Makefile:1.8
--- llvm/tools/gccld/Makefile:1.7 Sun Nov 9 13:55:09 2003
+++ llvm/tools/gccld/Makefile Sun Aug 29 14:29:38 2004
@@ -11,6 +11,6 @@
TOOLNAME = gccld
USEDLIBS = ipo.a transforms.a scalaropts.a analysis.a ipa.a transformutils.a \
- target.a bcreader bcwriter vmcore support.a
+ target.a bcreader bcwriter vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list