about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorunknown <andypythonappdeveloper@gmail.com>2021-05-16 13:28:16 +1000
committerAndy-Python-Programmer <andypythonappdeveloper@gmail.com>2021-08-09 16:49:04 +1000
commit44b81fb8fc565610d88156608f21a2e3efce2aac (patch)
tree7704cc06549e7e05249fdc5c7fdcecb5558bd2d2 /src/doc/rustc
parentac8c3bfffb2829d0af075a5d4020fb7e9e86c3a2 (diff)
downloadrust-44b81fb8fc565610d88156608f21a2e3efce2aac.tar.gz
rust-44b81fb8fc565610d88156608f21a2e3efce2aac.zip
Add the aarch64-unknown-uefi target
* This commit adds the aarch64-unknown-uefi target and also adds it into
the supported targets list under the tier-3 target table.
* Uses the small code model by default

Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/platform-support.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md
index 885010b039e..253e37043e3 100644
--- a/src/doc/rustc/src/platform-support.md
+++ b/src/doc/rustc/src/platform-support.md
@@ -200,6 +200,7 @@ target | std | host | notes
 `aarch64-apple-tvos` | * |  | ARM64 tvOS
 `aarch64-unknown-freebsd` | ✓ | ✓ | ARM64 FreeBSD
 `aarch64-unknown-hermit` | ? |  |
+`aarch64-unknown-uefi` | * |  | ARM64 UEFI
 `aarch64-unknown-linux-gnu_ilp32` | ✓ | ✓ | ARM64 Linux (ILP32 ABI)
 `aarch64-unknown-netbsd` | ✓ | ✓ |
 `aarch64-unknown-openbsd` | ✓ | ✓ | ARM64 OpenBSD