1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 21:28:42 +02:00

- fixed: let users use osc for arm also on native arm machines

This commit is contained in:
Martin Mohring
2009-05-04 18:48:41 +00:00
parent ad88054cf8
commit 528cc81de2

View File

@@ -35,6 +35,8 @@ can_also_build = {
'armv4l': [ 'armv4l' ],
'armv5el':[ 'armv4l', 'armv5el' ],
'armv7el':[ 'armv4l', 'armv5el', 'armv7el' ],
'armv6l' :[ 'armv4l', 'armv5el' ],
'armv7l' :[ 'armv4l', 'armv5el', 'armv7el' ],
's390x': ['s390' ],
'ppc64': [ 'ppc', 'ppc64', ],
'i386': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],