summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-09-30 05:34:28 +0000
committerBob Wilson <bob.wilson@apple.com>2012-09-30 05:34:28 +0000
commit41c6ac5a00fb011a2ba9a60766880536f3eecdec (patch)
treee1d31e7a2b8e2ccfad1202d49826533a749955cf /make
parent004c4340248841aefe5a23d1d20556ac801c871d (diff)
Temporarily comment out some new arm variants to try to fix buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@164909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/platform/clang_darwin.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index 246ccf30e..f1e1d317a 100644
--- a/make/platform/clang_darwin.mk
+++ b/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.