diff options
| author | bors <bors@rust-lang.org> | 2021-08-09 13:16:51 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-08-09 13:16:51 +0000 |
| commit | ae90dcf0207c57c3034f00b07048d63f8b2363c8 (patch) | |
| tree | f2c0b5877ef83c955488d43e0fffb31cdae3f6ef /src/doc | |
| parent | eaf6f463599df1f18da94a6965e216ea15795417 (diff) | |
| parent | 44b81fb8fc565610d88156608f21a2e3efce2aac (diff) | |
| download | rust-ae90dcf0207c57c3034f00b07048d63f8b2363c8.tar.gz rust-ae90dcf0207c57c3034f00b07048d63f8b2363c8.zip | |
Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petrochenkov
Add `aarch64-unknown-uefi` target This pull request adds the `aarch64-unknown-uefi` target.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 1 |
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 b265760dc57..b5d20a6a4cd 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 |
