]> git.lizzy.rs Git - rust.git/commitdiff
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Mon, 23 Oct 2017 09:45:02 +0000 (11:45 +0200)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Tue, 24 Oct 2017 06:53:22 +0000 (08:53 +0200)
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",