Add support for s390x architecture. #461

Merged
merged 1 commit into from Apr 15, 2016

Conversation

Projects
None yet
2 participants
Member

kyrofa commented Apr 15, 2016

This PR fixes LP: #1570835

snapcraft/_options.py
@@ -46,14 +46,21 @@
'ppc64le': {
'kernel': 'powerpc',
'deb': 'ppc64el',
- 'cross-compiler-prefix': 'gcc-powerpc64-linux-gnu-',
+ 'cross-compiler-prefix': 'powerpc64-linux-gnu-',
@elopio

elopio Apr 15, 2016

Member

Please update the commit message to mention that you are also fixing this one.

Add support for s390x architecture.
LP: #1570835

Signed-off-by: Kyle Fazzari <kyle@canonical.com>

@kyrofa kyrofa merged commit d3c242f into snapcore:master Apr 15, 2016

2 of 4 checks passed

Examples tests
Details
coverage/coveralls Coverage pending from Coveralls.io
Details
autopkgtest Success
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@kyrofa kyrofa deleted the kyrofa:bugfix/1570835/s390x_support branch Apr 15, 2016

kalikiana pushed a commit to kalikiana/snapcraft that referenced this pull request Apr 6, 2017

Add support for s390x architecture. (#461)
LP: #1570835

Signed-off-by: Kyle Fazzari <kyle@canonical.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment