[llvm-commits] CVS: llvm/tools/llvm-ar/Makefile
Reid Spencer
reid at x10sys.com
Wed May 31 18:31:11 PDT 2006
Changes in directory llvm/tools/llvm-ar:
Makefile updated: 1.8 -> 1.9
---
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: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/tools/llvm-ar/Makefile
diff -u llvm/tools/llvm-ar/Makefile:1.8 llvm/tools/llvm-ar/Makefile:1.9
--- llvm/tools/llvm-ar/Makefile:1.8 Thu May 19 16:03:11 2005
+++ llvm/tools/llvm-ar/Makefile Wed May 31 20:30:26 2006
@@ -9,8 +9,8 @@
LEVEL = ../..
TOOLNAME = llvm-ar
-USEDLIBS = LLVMArchive.a LLVMBCReader \
- LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+USEDLIBS = LLVMArchive.a LLVMBCReader.a \
+ LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list