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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 19:05:47 PDT 2005



Changes in directory llvm/lib/Support:

Makefile updated: 1.8 -> 1.9
---
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:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Support/Makefile
diff -u llvm/lib/Support/Makefile:1.8 llvm/lib/Support/Makefile:1.9
--- llvm/lib/Support/Makefile:1.8	Thu Nov 25 13:38:28 2004
+++ llvm/lib/Support/Makefile	Sun Oct 23 21:05:35 2005
@@ -10,5 +10,6 @@
 PARALLEL_DIRS=bzip2
 LIBRARYNAME = LLVMSupport
 BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED := 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list