We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452c8e5 commit 51bde93Copy full SHA for 51bde93
rustup-init.sh
@@ -415,7 +415,7 @@ get_architecture() {
415
;;
416
417
SunOS)
418
- if [ "$_cputype" = sparcv9 ]; then
+ if [ "$_cputype" = sun4v ]; then
419
_ostype=sun-solaris
420
else
421
_ostype=pc-solaris
@@ -499,7 +499,7 @@ get_architecture() {
499
s390x)
500
_cputype=s390x
501
502
- sparcv9)
+ sun4v)
503
_cputype=sparcv9
504
505
riscv64)
0 commit comments