We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a895d43 commit 871e82eCopy full SHA for 871e82e
src/bootstrap/native.rs
@@ -483,6 +483,7 @@ impl Step for Openssl {
483
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
484
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
485
"s390x-unknown-linux-gnu" => "linux64-s390x",
486
+ "sparc-unknown-linux-gnu" => "linux-sparcv9",
487
"sparc64-unknown-linux-gnu" => "linux64-sparcv9",
488
"sparc64-unknown-netbsd" => "BSD-sparc64",
489
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
0 commit comments