Skip to content

Commit e09585c

Browse files
Rollup merge of #45465 - glaubitz:sparc64, r=alexcrichton
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu Hi! This adds the target missing mapping for sparc64-unknown-linux-gnu. See: #45456 Thanks
2 parents cb1e414 + 929a8bc commit e09585c

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)