From 3404fe7105ecc3baa58b7ea725773de4112259d6 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 22 Jun 2011 17:41:40 +0000 Subject: 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 --- runtime/compiler-rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/compiler-rt') 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). -- cgit v1.2.3