Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

schema: add s390x as a valid linux architecture #651

Merged
merged 1 commit into from
Aug 29, 2016

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Aug 29, 2016

This adds a new s390x architecture label for linux.
It maps to IBM z/Architecture: https://en.wikipedia.org/wiki/Z/Architecture

s390x is a 64-bits, aligned access, big-endian architecture:
https://wiki.debian.org/ArchitectureSpecificsMemo

This new label corresponds to uname -m on Linux systems, to GOARCH and
to the usual distro naming.
The usual GNU triplet for this is s390x-ibm-linux-gnu.

This adds a new `s390x` architecture label for linux.
It maps to IBM z/Architecture: https://en.wikipedia.org/wiki/Z/Architecture

`s390x` is a 64-bits, alignes access, big-endian architecture:
https://wiki.debian.org/ArchitectureSpecificsMemo

This new label corresponds to `uname -m` on Linux systems, to GOARCH and
to the usual distro naming.
The usual GNU triplet for this is `s390x-ibm-linux-gnu`.
@jonboulle
Copy link
Contributor

Seems quite straight forward, LGTM. Thanks.

@jonboulle jonboulle merged commit 2449063 into appc:master Aug 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants