Temporarily comment out some new arm variants to try to fix buildbots.

llvm-svn: 164909
This commit is contained in:
Bob Wilson 2012-09-30 05:34:28 +00:00
parent 7a2c7aa3d9
commit dda435bcef
1 changed files with 4 additions and 4 deletions

View File

@ -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.