[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/Makefile

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



Changes in directory llvm/projects/Stacker/tools/stkrc:

Makefile updated: 1.10 -> 1.11
---
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:  (+3 -3)

 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/projects/Stacker/tools/stkrc/Makefile
diff -u llvm/projects/Stacker/tools/stkrc/Makefile:1.10 llvm/projects/Stacker/tools/stkrc/Makefile:1.11
--- llvm/projects/Stacker/tools/stkrc/Makefile:1.10	Thu Oct 27 11:30:44 2005
+++ llvm/projects/Stacker/tools/stkrc/Makefile	Wed May 31 20:30:26 2006
@@ -9,9 +9,9 @@
 # Give the name of a library.  This will build a dynamic version.
 #
 TOOLNAME = stkrc
-LLVMLIBS = LLVMAsmParser LLVMBCWriter LLVMipo.a \
-	   LLVMScalarOpts.a LLVMTransforms.a LLVMTransformUtils.a LLVMipa.a LLVMAnalysis.a LLVMTarget.a \
-	   LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a 
+LLVMLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMipo.a LLVMScalarOpts.a \
+	  LLVMTransforms.a LLVMTransformUtils.a LLVMipa.a LLVMAnalysis.a \
+	  LLVMTarget.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a 
 CONFIG_FILES = st
 EXTRA_DIST = st
 USEDLIBS=stkr_compiler 






More information about the llvm-commits mailing list