forked from OSchip/llvm-project
Don't build an armv7 slice for now, it has the same stuff as on armv6.
llvm-svn: 99654
This commit is contained in:
parent
f9edf80c39
commit
36e6b654a2
|
|
@ -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
|
||||
|
||||
###
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue