You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/aarch64-apple-darwin.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Tier: 2 with host tools**
4
4
5
-
64-bit ARM-based Apple devices running macOS, Macs with Apple Silicon M1 or M2 chips. M3 is [`arm64e-apple-darwin`](platform-support/arm64e-apple-darwin.md).
5
+
64-bit ARM-based Apple devices running macOS, Macs with M1 or M2 Apple Silicon chips. M3 or higher is [`arm64e-apple-darwin`](platform-support/arm64e-apple-darwin.md).
6
6
7
7
## Target maintainers
8
8
@@ -12,7 +12,7 @@
12
12
13
13
This target supports host tools and cross-compilation. It provides the full standard library including std and alloc.
14
14
15
-
Binaries built for this target expect a Apple Silicon Mac.
15
+
Binaries built for this target expect a Apple Silicon Mac on macOS 11.0 Big Sur+.
0 commit comments