aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:59:48 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:59:48 +0000
commitab0ed3592b0837c31aaaab65edd9bac8746f899e (patch)
tree05b51edcf84ddaf66b8648512c9105baaba8b425 /lib/Analysis/Makefile
parentf582dde1438cdef14ea44bbd36fbbe7f4f7f0ccc (diff)
downloadexternal_llvm-ab0ed3592b0837c31aaaab65edd9bac8746f899e.zip
external_llvm-ab0ed3592b0837c31aaaab65edd9bac8746f899e.tar.gz
external_llvm-ab0ed3592b0837c31aaaab65edd9bac8746f899e.tar.bz2
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@23933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/Makefile')
-rw-r--r--lib/Analysis/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index b679b57..4ec6b06 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -11,6 +11,7 @@ LEVEL = ../..
LIBRARYNAME = LLVMAnalysis
PARALLEL_DIRS = IPA DataStructure
BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common