Skip to content

Commit

Permalink
Rollup merge of rust-lang#45465 - glaubitz:sparc64, r=alexcrichton
Browse files Browse the repository at this point in the history
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu

Hi!

This adds the target missing mapping for sparc64-unknown-linux-gnu.

See: rust-lang#45456

Thanks
  • Loading branch information
GuillaumeGomez authored Oct 25, 2017
2 parents cb1e414 + 929a8bc commit e09585c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ impl Step for Openssl {
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
"s390x-unknown-linux-gnu" => "linux64-s390x",
"sparc64-unknown-linux-gnu" => "linux64-sparcv9",
"sparc64-unknown-netbsd" => "BSD-sparc64",
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
"x86_64-linux-android" => "linux-x86_64",
Expand Down

0 comments on commit e09585c

Please sign in to comment.