]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #45465 - glaubitz:sparc64, r=alexcrichton
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 25 Oct 2017 07:48:10 +0000 (09:48 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2017 07:48:10 +0000 (09:48 +0200)
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu

Hi!

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

See: https://github.com/rust-lang/rust/issues/45456

Thanks

src/bootstrap/native.rs

index c37b1dad4c687cd9698543861ec74433206c3ab0..fb15f767f9e346b499b2937622bf88ad9ecdc8ae 100644 (file)
@@ -446,6 +446,7 @@ fn run(self, builder: &Builder) {
             "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",