Skip to content

Commit f4cd9ce

Browse files
committed
bootstrap: Add openssl configuration for powerpc-unknown-linux-gnuspe
1 parent 9284353 commit f4cd9ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/native.rs

+1
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ impl Step for Openssl {
480480
"mips64el-unknown-linux-gnuabi64" => "linux64-mips64",
481481
"mipsel-unknown-linux-gnu" => "linux-mips32",
482482
"powerpc-unknown-linux-gnu" => "linux-ppc",
483+
"powerpc-unknown-linux-gnuspe" => "linux-ppc",
483484
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
484485
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
485486
"s390x-unknown-linux-gnu" => "linux64-s390x",

0 commit comments

Comments
 (0)