Add aarch64 url

This commit is contained in:
Alex Crichton 2015-09-17 17:29:18 -07:00
parent 97a2c17c17
commit d13e1e4bda

View File

@ -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"
))]