[llvm-commits] CVS: llvm/lib/Transforms/Utils/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 18:59:13 PDT 2005



Changes in directory llvm/lib/Transforms/Utils:

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

Only build .a file versions of these libraries, instead of .a and .o versions.
This should speed up build times.


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

 Makefile |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Transforms/Utils/Makefile
diff -u llvm/lib/Transforms/Utils/Makefile:1.4 llvm/lib/Transforms/Utils/Makefile:1.5
--- llvm/lib/Transforms/Utils/Makefile:1.4	Wed Oct 27 18:18:45 2004
+++ llvm/lib/Transforms/Utils/Makefile	Sun Oct 23 20:59:02 2005
@@ -6,9 +6,11 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
 LIBRARYNAME = LLVMTransformUtils
 BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list