From bec2bf132628869402899a10c086a0759025ee08 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 15 Oct 2012 20:37:01 +0000 Subject: Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. See PR14013. llvm-svn: 165962 --- clang/runtime/compiler-rt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/runtime/compiler-rt') diff --git a/clang/runtime/compiler-rt/Makefile b/clang/runtime/compiler-rt/Makefile index 0336c01d038..fdf315a3c2c 100644 --- a/clang/runtime/compiler-rt/Makefile +++ b/clang/runtime/compiler-rt/Makefile @@ -74,9 +74,9 @@ RuntimeDirs := ifeq ($(OS),Darwin) RuntimeDirs += darwin RuntimeLibrary.darwin.Configs := \ - eprintf.a 10.4.a osx.a ios.a cc_kext.a cc_kext_ios5.a \ + eprintf.a 10.4.a osx.a cc_kext.a \ asan_osx.a asan_osx_dynamic.dylib \ - profile_osx.a profile_ios.a + profile_osx.a endif # On Linux, include a library which has all the runtime functions. -- cgit v1.2.3