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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 19:12:02 PDT 2005



Changes in directory llvm/lib/System:

Makefile updated: 1.7 -> 1.8
---
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/System/Makefile
diff -u llvm/lib/System/Makefile:1.7 llvm/lib/System/Makefile:1.8
--- llvm/lib/System/Makefile:1.7	Fri Jan 14 16:43:01 2005
+++ llvm/lib/System/Makefile	Sun Oct 23 21:11:51 2005
@@ -9,6 +9,7 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMSystem
 BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
 
 EXTRA_DIST = Unix Win32
 






More information about the llvm-commits mailing list