Changes in directory llvm/tools/llvm-as:
Makefile updated: 1.16 -> 1.17 --- 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-as/Makefile diff -u llvm/tools/llvm-as/Makefile:1.16 llvm/tools/llvm-as/Makefile:1.17 --- llvm/tools/llvm-as/Makefile:1.16 Sun Apr 24 12:43:39 2005 +++ llvm/tools/llvm-as/Makefile Wed May 31 20:30:26 2006 @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvm-as -USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore \ - LLVMSupport.a LLVMbzip2 LLVMSystem.a +USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \ + LLVMSupport.a LLVMbzip2.a LLVMSystem.a include $(LEVEL)/Makefile.common _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits