summary refs log tree commit diff
path: root/src/bootstrap/native.rs
diff options
context:
space:
mode:
authorBen Cressey <bcressey@amazon.com>2017-09-05 16:55:25 +0000
committerTom Kirchner <git@halffull.org>2017-09-23 14:46:33 -0700
commitf94bd36fd1f9e71c7b2e33949abc0d931cdf6f7c (patch)
treebaec9a2be67456e3d880f3e54aca62760f5eef4c /src/bootstrap/native.rs
parenta83c3e777145bd2fd127857b3b73d5a174e1f2dd (diff)
downloadrust-f94bd36fd1f9e71c7b2e33949abc0d931cdf6f7c.tar.gz
rust-f94bd36fd1f9e71c7b2e33949abc0d931cdf6f7c.zip
add aarch64-unknown-linux-musl target
Signed-off-by: Ben Cressey <bcressey@amazon.com>
Signed-off-by: Tom Kirchner <tjk@amazon.com>
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 99077d03dbe..84e98de09dd 100644
--- a/src/bootstrap/native.rs
+++ b/src/bootstrap/native.rs
@@ -399,6 +399,7 @@ impl Step for Openssl {
         let os = match &*target {
             "aarch64-linux-android" => "linux-aarch64",
             "aarch64-unknown-linux-gnu" => "linux-aarch64",
+            "aarch64-unknown-linux-musl" => "linux-aarch64",
             "arm-linux-androideabi" => "android",
             "arm-unknown-linux-gnueabi" => "linux-armv4",
             "arm-unknown-linux-gnueabihf" => "linux-armv4",