diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-14 06:02:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-14 06:02:12 +0900 |
| commit | 16612a92920513d2f827720518cd7f2a3c4edb6f (patch) | |
| tree | 4ae6eba9e69a50ae1da37e9fd78e0048275288a1 /src/doc/rustc | |
| parent | d65c08e9cc164b7b44de53503fae859a4fafd976 (diff) | |
| parent | 8b6e3460db2e1f11ce306fa14d5b1e32a34f7780 (diff) | |
| download | rust-16612a92920513d2f827720518cd7f2a3c4edb6f.tar.gz rust-16612a92920513d2f827720518cd7f2a3c4edb6f.zip | |
Rollup merge of #77239 - shepmaster:silicon-ci-plus, r=pietroalbini
Enable building Cargo for aarch64-apple-darwin r? @ghost
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 2cb6bcdb966..ae55297b78c 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -57,7 +57,7 @@ Specifically, these platforms are required to have each of the following: target | std | host | notes -------|-----|------|------- -`aarch64-apple-darwin` | ✓ | | ARM64 macOS (11.0+, Big Sur+) +`aarch64-apple-darwin` | ✓ | ✓ | ARM64 macOS (11.0+, Big Sur+) `aarch64-apple-ios` | ✓ | | ARM64 iOS `aarch64-fuchsia` | ✓ | | ARM64 Fuchsia `aarch64-linux-android` | ✓ | | ARM64 Android |
