[llvm-commits] CVS: llvm/tools/gccld/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 14 14:16:54 PST 2004
Changes in directory llvm/tools/gccld:
Makefile updated: 1.9 -> 1.10
---
Log message:
This tool needs the libLLVMArchive library now.
---
Diffs of the changes: (+4 -3)
Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.9 llvm/tools/gccld/Makefile:1.10
--- llvm/tools/gccld/Makefile:1.9 Wed Oct 27 18:18:45 2004
+++ llvm/tools/gccld/Makefile Sun Nov 14 16:16:17 2004
@@ -10,8 +10,9 @@
LEVEL = ../..
TOOLNAME = gccld
-USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a LLVMipa.a \
- LLVMTransformUtils.a LLVMTarget.a LLVMBCReader LLVMBCWriter LLVMCore \
- LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
+ LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \
+ LLVMArchive.a LLVMBCReader LLVMBCWriter \
+ LLVMCore LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list