aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-03-26 19:37:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-03-26 19:37:38 +0000
commitc0e8f13ed4378385657ccc20f7cb29de3b4d63a9 (patch)
tree986145237008871c3219b1d83e8be9fa646c4914
parent1fc9e7280867976d2d78b80b6da389b0337430bb (diff)
Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt
configuration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99641 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Runtime/Makefile b/lib/Runtime/Makefile
index 86b2f29c73..9a3c34719c 100644
--- a/lib/Runtime/Makefile
+++ b/lib/Runtime/Makefile
@@ -36,7 +36,7 @@ ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK)
RuntimeDirs :=
ifeq ($(OS),Darwin)
RuntimeDirs += darwin
-RuntimeLibrary.darwin.Configs = 10.4 armv6
+RuntimeLibrary.darwin.Configs = 10.4 armv6 cc_kext
endif
# Rule to build the compiler-rt libraries we need.