diff options
| author | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2017-10-23 11:45:02 +0200 |
|---|---|---|
| committer | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2017-10-24 08:53:22 +0200 |
| commit | 929a8bc13f32e68069fc8f96820e54b2e8990e02 (patch) | |
| tree | cd5f183bdc4dec50edf066ac2adbfd67cd956eaf /src/bootstrap | |
| parent | 336624735c696fe3c15b64db83f19e9ce4665d06 (diff) | |
| download | rust-929a8bc13f32e68069fc8f96820e54b2e8990e02.tar.gz rust-929a8bc13f32e68069fc8f96820e54b2e8990e02.zip | |
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/native.rs | 1 |
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", |
