clang_darwin: Start building an armv7 slice for cc_kext.

llvm-svn: 123987
This commit is contained in:
Daniel Dunbar 2011-01-21 18:23:37 +00:00
parent 77b059e32b
commit 384a842085
1 changed files with 1 additions and 5 deletions
compiler-rt/make/platform

View File

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