[llvm-commits] CVS: llvm/tools/gccld/Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 25 12:22:23 PST 2004
Changes in directory llvm/tools/gccld:
Makefile updated: 1.10 -> 1.11
---
Log message:
Add LLVMbzip2 library, now required.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.10 llvm/tools/gccld/Makefile:1.11
--- llvm/tools/gccld/Makefile:1.10 Sun Nov 14 16:16:17 2004
+++ llvm/tools/gccld/Makefile Thu Nov 25 14:22:07 2004
@@ -13,6 +13,6 @@
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
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list