1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 01:46:13 +01:00

Merge pull request #37 from k0da/master

Add ppc64p7 architecture
This commit is contained in:
Sascha Peilicke 2013-10-18 02:31:30 -07:00
commit 5ef2d4035c

View File

@ -64,7 +64,7 @@ can_also_build = {
'armv8l' :[ 'armv4l', 'armv5el', 'armv6el', 'armv7el', 'armv8el' ], # not existing arch, just for compatibility
'armv5tel':[ 'armv4l', 'armv5el', 'armv5tel' ],
's390x': ['s390' ],
'ppc64': [ 'ppc', 'ppc64' ],
'ppc64': [ 'ppc', 'ppc64', 'ppc64p7' ],
'i586': [ 'i386' ],
'i686': [ 'i586', 'i386' ],
'x86_64': ['i686', 'i586', 'i386' ],