Skip to content

Commit

Permalink
Merge pull request #1797 from cuviper/detect-s390x
Browse files Browse the repository at this point in the history
Detect s390x in rustup-init.sh
  • Loading branch information
kinnison authored Apr 24, 2019
2 parents 689cf71 + 0aa12e7 commit 56cfde1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ get_architecture() {
_cputype=powerpc64le
;;

s390x)
_cputype=s390x
;;

*)
err "unknown CPU type: $_cputype"

Expand Down

0 comments on commit 56cfde1

Please sign in to comment.