From d13e1e4bdad79bd91adff3f9d82c2b9375f5f33c Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Thu, 17 Sep 2015 17:29:18 -0700
Subject: [PATCH] Add aarch64 url

---
 src/lib.rs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib.rs b/src/lib.rs
index 8ee87eab..7997e11c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -28,6 +28,9 @@
 #![cfg_attr(all(target_os = "linux", target_arch = "mips"), doc(
     html_root_url = "http://alexcrichton.com/libc/mips-unknown-linux-gnu"
 ))]
+#![cfg_attr(all(target_os = "linux", target_arch = "aarch64"), doc(
+    html_root_url = "http://alexcrichton.com/libc/aarch64-unknown-linux-gnu"
+))]
 #![cfg_attr(all(target_os = "linux", target_env = "musl"), doc(
     html_root_url = "http://alexcrichton.com/libc/x86_64-unknown-linux-musl"
 ))]
-- 
GitLab