about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-01-03 20:20:48 +0000
committerbors <bors@rust-lang.org>2015-01-03 20:20:48 +0000
commit496dc4eae7de9d14cd49511a9acfbf5f11ae6c3f (patch)
tree0b4dfc99ed7c3f80a5748aca27b4bcd9a1899da1 /src/doc
parentfe7e285d0cbae8e44c3853a6965caf2b575dcfcc (diff)
parent6e5fb8bd1bef7a36c32194b35ec16d0365adbcf1 (diff)
auto merge of #19790 : akiss77/rust/aarch64-configure, r=alexcrichton
Preparing AArch64 support, starting work at the build system.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index a8abb595034..8c2c5ab7b85 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -2141,7 +2141,7 @@ arbitrarily complex configurations through nesting.
 The following configurations must be defined by the implementation:
 
 * `target_arch = "..."`. Target CPU architecture, such as `"x86"`, `"x86_64"`
-  `"mips"`, or `"arm"`.
+  `"mips"`, `"arm"`, or `"aarch64"`.
 * `target_endian = "..."`. Endianness of the target CPU, either `"little"` or
   `"big"`.
 * `target_family = "..."`. Operating system family of the target, e. g.