about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2018-02-17 15:31:43 +0100
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2018-02-23 11:20:23 +0100
commit871e82e7a48f7ea0c08a30276c9be6f1cfcec087 (patch)
tree4e87bf84064c9b6c9a550261d6169f34bd83046a
parenta895d438c251886666c979b1c68ed63fd357d03a (diff)
downloadrust-871e82e7a48f7ea0c08a30276c9be6f1cfcec087.tar.gz
rust-871e82e7a48f7ea0c08a30276c9be6f1cfcec087.zip
bootstrap: Add openssl configuration for sparc-unknown-linux-gnu
-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 29cd23bdbb1..b1528059e72 100644
--- a/src/bootstrap/native.rs
+++ b/src/bootstrap/native.rs
@@ -483,6 +483,7 @@ impl Step for Openssl {
             "powerpc64-unknown-linux-gnu" => "linux-ppc64",
             "powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
             "s390x-unknown-linux-gnu" => "linux64-s390x",
+            "sparc-unknown-linux-gnu" => "linux-sparcv9",
             "sparc64-unknown-linux-gnu" => "linux64-sparcv9",
             "sparc64-unknown-netbsd" => "BSD-sparc64",
             "x86_64-apple-darwin" => "darwin64-x86_64-cc",