Don't build an armv7 slice for now, it has the same stuff as on armv6.

llvm-svn: 99654
This commit is contained in:
Daniel Dunbar 2010-03-26 21:07:05 +00:00
parent f9edf80c39
commit 36e6b654a2
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ UniversalArchs.armv6 := armv6
# Configuration for use with kernel/kexts.
Configs += cc_kext
UniversalArchs.cc_kext := armv6 armv7 i386 x86_64
UniversalArchs.cc_kext := armv6 i386 x86_64
# FIXME: Don't build an armv7 slice currently, they have the same functions.
#
#UniversalArchs.cc_kext := armv6 armv7 i386 x86_64
###