Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ get_architecture() {
;;

SunOS)
if [ "$_cputype" = sparcv9 ]; then
if [ "$_cputype" = sun4v ]; then
_ostype=sun-solaris
else
_ostype=pc-solaris
Expand Down Expand Up @@ -499,7 +499,7 @@ get_architecture() {
s390x)
_cputype=s390x
;;
sparcv9)
sun4v)
_cputype=sparcv9
;;
riscv64)
Expand Down
Loading