summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-07-19 23:33:42 +0000
committerBill Wendling <isanbard@gmail.com>2011-07-19 23:33:42 +0000
commitc8dad112b45e26a3015fe0bc426536f394b602ff (patch)
tree961492a32f29715eeeef66c88f19152142eda8ed /runtime
parentdb54826f20c6cbcb9b195c4b49c946d6488156dd (diff)
downloadllvm-c8dad112b45e26a3015fe0bc426536f394b602ff.tar.gz
llvm-c8dad112b45e26a3015fe0bc426536f394b602ff.tar.bz2
llvm-c8dad112b45e26a3015fe0bc426536f394b602ff.tar.xz
Build and install the archive when building the Apple way.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libprofile/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index cf31e46949..d8511495ce 100644
--- a/runtime/libprofile/Makefile
+++ b/runtime/libprofile/Makefile
@@ -19,6 +19,10 @@ SHARED_LIBRARY = 1
EXTRA_DIST = libprofile.exports
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports
+# Build and install this archive.
+BUILD_ARCHIVE = 1
+override NO_INSTALL_ARCHIVES =
+
include $(LEVEL)/Makefile.common
ifeq ($(HOST_OS),Darwin)