mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 10:16:14 +01:00
- added: new armv7el arch for all binaries for up to ARMv7 EABI with VFP
This commit is contained in:
parent
c1b99b041f
commit
61cc90b31b
@ -34,12 +34,13 @@ change_personality = {
|
||||
can_also_build = {
|
||||
'armv4l': [ 'armv4l' ],
|
||||
'armv5el':[ 'armv4l', 'armv5el' ],
|
||||
'armv7el':[ 'armv4l', 'armv5el', 'armv7el' ],
|
||||
's390x': ['s390' ],
|
||||
'ppc64': [ 'ppc', 'ppc64', ],
|
||||
'i386': [ 'i586', 'armv4l', 'armv5el', 'sh4' ],
|
||||
'i586': [ 'i386', 'armv4l', 'armv5el', 'sh4' ],
|
||||
'i686': [ 'i586', 'armv4l', 'armv5el', 'sh4' ],
|
||||
'x86_64': ['i686', 'i586', 'i386', 'armv4l', 'armv5el', 'sh4' ],
|
||||
'i386': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
||||
'i586': [ 'i386', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
||||
'i686': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
||||
'x86_64': ['i686', 'i586', 'i386', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
||||
}
|
||||
|
||||
# real arch of this machine
|
||||
|
Loading…
Reference in New Issue
Block a user