1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 10:16:14 +01:00

- fixed: another fix for arm

This commit is contained in:
Martin Mohring 2009-05-04 21:44:44 +00:00
parent 3df88ab765
commit 5097f48c50

View File

@ -29,15 +29,14 @@ change_personality = {
'i386': 'linux32',
'ppc': 'powerpc32',
's390': 's390',
'armv4l': '',
'armv5el': '',
'armv7el': '',
}
can_also_build = {
'armv4l': [ 'armv4l' ],
'armv5el':[ 'armv4l', 'armv5el' ],
'armv6l' :[ 'armv4l', 'armv5el' ],
'armv7el':[ 'armv4l', 'armv5el', 'armv7el' ],
'armv7l' :[ 'armv4l', 'armv5el', 'armv7el' ],
's390x': ['s390' ],
'ppc64': [ 'ppc', 'ppc64', ],
'i386': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],