[llvm-commits] CVS: llvm/lib/Support/bzip2/Makefile

Reid Spencer reid at x10sys.com
Wed May 31 18:31:10 PDT 2006



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 \






More information about the llvm-commits mailing list