]> granicus.if.org Git - clang/commitdiff
Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt
authorDaniel Dunbar <daniel@zuster.org>
Fri, 26 Mar 2010 19:37:38 +0000 (19:37 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 26 Mar 2010 19:37:38 +0000 (19:37 +0000)
configuration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99641 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Runtime/Makefile

index 86b2f29c73d8f4283d6854405a0ae4badb246276..9a3c34719cfb755217652adb2cec8c0706f3cae2 100644 (file)
@@ -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.