1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 05:08:42 +02: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

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' ],