Skip to content
Snippets Groups Projects
Commit d13e1e4b authored by Alex Crichton's avatar Alex Crichton
Browse files

Add aarch64 url

parent 97a2c17c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
))]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment