Skip to content

Commit

Permalink
Add ppc64le architecture
Browse files Browse the repository at this point in the history
This commit adds PowerPC64 Little Endian architecture support

Signed-off-by: Dinar Valeev <dvaleev@suse.com>
  • Loading branch information
Dinar Valeev authored and adrianschroeter committed Nov 6, 2013
1 parent 63e1124 commit 82a5350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osc/build.py
Expand Up @@ -65,6 +65,7 @@
'armv5tel':[ 'armv4l', 'armv5el', 'armv5tel' ],
's390x': ['s390' ],
'ppc64': [ 'ppc', 'ppc64', 'ppc64p7' ],
'ppc64le':[ 'ppc64le' ],
'i586': [ 'i386' ],
'i686': [ 'i586', 'i386' ],
'x86_64': ['i686', 'i586', 'i386' ],
Expand Down

0 comments on commit 82a5350

Please sign in to comment.