From: Chris Lattner Date: Mon, 24 Oct 2005 02:11:51 +0000 (+0000) Subject: Only build .a file versions of these libraries, instead of .a and .o versions. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=e3242e2392567ba360da86ad4f86e30ae1d29f91 Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23937 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Makefile b/lib/System/Makefile index 043947ddada..b03de170e93 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -9,6 +9,7 @@ LEVEL = ../.. LIBRARYNAME = LLVMSystem BUILD_ARCHIVE = 1 +DONT_BUILD_RELINKED = 1 EXTRA_DIST = Unix Win32