summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make/platform/clang_darwin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/make/platform/clang_darwin.mk')
-rw-r--r--compiler-rt/make/platform/clang_darwin.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk
index 246ccf30e0d..f1e1d317aa0 100644
--- a/compiler-rt/make/platform/clang_darwin.mk
+++ b/compiler-rt/make/platform/clang_darwin.mk
@@ -76,10 +76,10 @@ UniversalArchs.asan_osx := $(call CheckArches,i386 x86_64,asan_osx)
Configs += asan_osx_dynamic
UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64,asan_osx_dynamic)
-UniversalArchs.ios += $(call CheckArches,armv7f armv7k armv7s,ios)
-UniversalArchs.cc_kext += $(call CheckArches,armv7f armv7k armv7s,cc_kext)
-UniversalArchs.cc_kext_ios5 += $(call CheckArches,armv7f armv7k armv7s,cc_kext_ios5)
-UniversalArchs.profile_ios += $(call CheckArches,armv7f armv7k armv7s,profile_ios)
+#UniversalArchs.ios += $(call CheckArches,armv7f armv7k armv7s,ios)
+#UniversalArchs.cc_kext += $(call CheckArches,armv7f armv7k armv7s,cc_kext)
+#UniversalArchs.cc_kext_ios5 += $(call CheckArches,armv7f armv7k armv7s,cc_kext_ios5)
+#UniversalArchs.profile_ios += $(call CheckArches,armv7f armv7k armv7s,profile_ios)
# If RC_SUPPORTED_ARCHS is defined, treat it as a list of the architectures we
# are intended to support and limit what we try to build to that.
OpenPOWER on IntegriCloud