From 66a5bf923c5b19d419b68bc6822f80d17f1465bb Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 25 Jun 2012 23:02:25 +0000 Subject: build/compiler-rt: Companion commit to r159172. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159174 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/compiler-rt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/compiler-rt') diff --git a/runtime/compiler-rt/Makefile b/runtime/compiler-rt/Makefile index 6b23346ce5..f1335910f1 100644 --- a/runtime/compiler-rt/Makefile +++ b/runtime/compiler-rt/Makefile @@ -74,8 +74,8 @@ RuntimeDirs := ifeq ($(OS),Darwin) RuntimeDirs += darwin RuntimeLibrary.darwin.Configs := \ - eprintf 10.4 osx ios cc_kext \ - asan_osx profile_osx profile_ios + eprintf 10.4 osx cc_kext \ + asan_osx profile_osx endif # On Linux, include a library which has all the runtime functions. -- cgit v1.2.3