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 322d7f7 commit 88de279Copy full SHA for 88de279
src/bootstrap/native.rs
@@ -480,6 +480,7 @@ impl Step for Openssl {
480
"mips64el-unknown-linux-gnuabi64" => "linux64-mips64",
481
"mipsel-unknown-linux-gnu" => "linux-mips32",
482
"powerpc-unknown-linux-gnu" => "linux-ppc",
483
+ "powerpc-unknown-linux-gnuspe" => "linux-ppc",
484
"powerpc-unknown-netbsd" => "BSD-generic32",
485
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
486
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
0 commit comments