mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-16 02:26:13 +01:00
- fixed: another fix for arm
This commit is contained in:
parent
3df88ab765
commit
5097f48c50
@ -29,15 +29,14 @@ change_personality = {
|
|||||||
'i386': 'linux32',
|
'i386': 'linux32',
|
||||||
'ppc': 'powerpc32',
|
'ppc': 'powerpc32',
|
||||||
's390': 's390',
|
's390': 's390',
|
||||||
'armv4l': '',
|
|
||||||
'armv5el': '',
|
|
||||||
'armv7el': '',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
can_also_build = {
|
can_also_build = {
|
||||||
'armv4l': [ 'armv4l' ],
|
'armv4l': [ 'armv4l' ],
|
||||||
'armv5el':[ 'armv4l', 'armv5el' ],
|
'armv5el':[ 'armv4l', 'armv5el' ],
|
||||||
|
'armv6l' :[ 'armv4l', 'armv5el' ],
|
||||||
'armv7el':[ 'armv4l', 'armv5el', 'armv7el' ],
|
'armv7el':[ 'armv4l', 'armv5el', 'armv7el' ],
|
||||||
|
'armv7l' :[ 'armv4l', 'armv5el', 'armv7el' ],
|
||||||
's390x': ['s390' ],
|
's390x': ['s390' ],
|
||||||
'ppc64': [ 'ppc', 'ppc64', ],
|
'ppc64': [ 'ppc', 'ppc64', ],
|
||||||
'i386': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
'i386': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
||||||
|
Loading…
Reference in New Issue
Block a user