Skip to content

Commit 929a8bc

Browse files
committed
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu
1 parent 3366247 commit 929a8bc

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
@@ -446,6 +446,7 @@ impl Step for Openssl {
446446
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
447447
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
448448
"s390x-unknown-linux-gnu" => "linux64-s390x",
449+
"sparc64-unknown-linux-gnu" => "linux64-sparcv9",
449450
"sparc64-unknown-netbsd" => "BSD-sparc64",
450451
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
451452
"x86_64-linux-android" => "linux-x86_64",

0 commit comments

Comments
 (0)