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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits