mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
bootstrap: Add openssl configuration for powerpc-unknown-linux-gnuspe
This commit is contained in:
@@ -480,6 +480,7 @@ fn run(self, builder: &Builder) {
|
||||
"mips64el-unknown-linux-gnuabi64" => "linux64-mips64",
|
||||
"mipsel-unknown-linux-gnu" => "linux-mips32",
|
||||
"powerpc-unknown-linux-gnu" => "linux-ppc",
|
||||
"powerpc-unknown-linux-gnuspe" => "linux-ppc",
|
||||
"powerpc-unknown-netbsd" => "BSD-generic32",
|
||||
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
|
||||
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
|
||||
|
||||
Reference in New Issue
Block a user