mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 18:56:15 +01:00
- added: support for ARMv5 EABI little endian arch
This commit is contained in:
parent
6e65c8d7cb
commit
9db331184b
@ -32,6 +32,8 @@ change_personality = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
can_also_build = {
|
can_also_build = {
|
||||||
|
'armv4l': [ 'armv4l' ],
|
||||||
|
'armv5el':[ 'armv4l', 'armv5el' ],
|
||||||
'x86_64': ['i686', 'i586', 'i386'],
|
'x86_64': ['i686', 'i586', 'i386'],
|
||||||
'i686': ['i586'],
|
'i686': ['i586'],
|
||||||
'i386': ['i586'],
|
'i386': ['i586'],
|
||||||
|
Loading…
Reference in New Issue
Block a user