summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-06-22 17:41:40 +0000
committerEric Christopher <echristo@apple.com>2011-06-22 17:41:40 +0000
commit3404fe7105ecc3baa58b7ea725773de4112259d6 (patch)
treecf4dc80716b31a20be31511d263b6f16e31209fb /runtime
parent34aace89335d175c3a87a47737fc841e9853767d (diff)
Build and use libcompiler_rt whenever possible.
Patch by Jean-Daniel Dupas! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/compiler-rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler-rt/Makefile b/runtime/compiler-rt/Makefile
index dcdd4f5ec0..0d770db17c 100644
--- a/runtime/compiler-rt/Makefile
+++ b/runtime/compiler-rt/Makefile
@@ -42,7 +42,7 @@ ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK)
RuntimeDirs :=
ifeq ($(OS),Darwin)
RuntimeDirs += darwin
-RuntimeLibrary.darwin.Configs = eprintf 10.4 ios cc_kext
+RuntimeLibrary.darwin.Configs = eprintf 10.4 osx ios cc_kext
# On Darwin, fake Clang into using the iOS assembler (since compiler-rt wants to
# build ARM bits).