about summary refs log tree commit diff
path: root/src/bootstrap/native.rs
diff options
context:
space:
mode:
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2017-10-23 11:45:02 +0200
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2017-10-24 08:53:22 +0200
commit929a8bc13f32e68069fc8f96820e54b2e8990e02 (patch)
treecd5f183bdc4dec50edf066ac2adbfd67cd956eaf /src/bootstrap/native.rs
parent336624735c696fe3c15b64db83f19e9ce4665d06 (diff)
downloadrust-929a8bc13f32e68069fc8f96820e54b2e8990e02.tar.gz
rust-929a8bc13f32e68069fc8f96820e54b2e8990e02.zip
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu
Diffstat (limited to 'src/bootstrap/native.rs')
-rw-r--r--src/bootstrap/native.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs
index c37b1dad4c6..fb15f767f9e 100644
--- a/src/bootstrap/native.rs
+++ b/src/bootstrap/native.rs
@@ -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",