Changes in directory llvm/lib/Support/bzip2:

Makefile updated: 1.4 -> 1.5
---
Log message:

Use archive libraries instead of object files for VMCore, BCReader, 
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Support/bzip2/Makefile
diff -u llvm/lib/Support/bzip2/Makefile:1.4 llvm/lib/Support/bzip2/Makefile:1.5
--- llvm/lib/Support/bzip2/Makefile:1.4 Sun Dec 25 23:00:25 2005
+++ llvm/lib/Support/bzip2/Makefile     Wed May 31 20:30:26 2006
@@ -8,6 +8,7 @@
 
##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = LLVMbzip2
+BUILD_ARCHIVE = 1
 SOURCES = blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c 
\
          bzlib.c
 EXTRA_DIST = bzlib.h bzlib_private.h CHANGES LICENSE README \



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to