Skip to content

Commit 2fe271e

Browse files
committed
Move aarch64-apple-darwin to tier 2
Drive-by fixes to update the naming of "OSX" [sic] to "macOS".
1 parent 225ec81 commit 2fe271e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustc/src/platform-support.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ target | std | host | notes
3737
`i686-pc-windows-gnu` | ✓ | ✓ | 32-bit MinGW (Windows 7+)
3838
`i686-pc-windows-msvc` | ✓ | ✓ | 32-bit MSVC (Windows 7+)
3939
`i686-unknown-linux-gnu` | ✓ | ✓ | 32-bit Linux (kernel 2.6.32+, glibc 2.11+)
40-
`x86_64-apple-darwin` | ✓ | ✓ | 64-bit OSX (10.7+, Lion+)
40+
`x86_64-apple-darwin` | ✓ | ✓ | 64-bit macOS (10.7+, Lion+)
4141
`x86_64-pc-windows-gnu` | ✓ | ✓ | 64-bit MinGW (Windows 7+)
4242
`x86_64-pc-windows-msvc` | ✓ | ✓ | 64-bit MSVC (Windows 7+)
4343
`x86_64-unknown-linux-gnu` | ✓ | ✓ | 64-bit Linux (kernel 2.6.32+, glibc 2.11+)
@@ -57,6 +57,7 @@ Specifically, these platforms are required to have each of the following:
5757

5858
target | std | host | notes
5959
-------|-----|------|-------
60+
`aarch64-apple-darwin` | ✓ | | ARM64 macOS (11.0+, Big Sur+)
6061
`aarch64-apple-ios` | ✓ | | ARM64 iOS
6162
`aarch64-fuchsia` | ✓ | | ARM64 Fuchsia
6263
`aarch64-linux-android` | ✓ | | ARM64 Android
@@ -145,7 +146,6 @@ not available.
145146

146147
target | std | host | notes
147148
-------|-----|------|-------
148-
`aarch64-apple-darwin` | ? | | ARM64 macOS
149149
`aarch64-apple-tvos` | * | | ARM64 tvOS
150150
`aarch64-unknown-cloudabi` | ✓ | | ARM64 CloudABI
151151
`aarch64-unknown-freebsd` | ✓ | ✓ | ARM64 FreeBSD
@@ -168,7 +168,7 @@ target | std | host | notes
168168
`avr-unknown-gnu-atmega328` | ✗ | | AVR. Requires `-Z build-std=core`
169169
`hexagon-unknown-linux-musl` | ? | |
170170
`i386-apple-ios` | ✓ | | 32-bit x86 iOS
171-
`i686-apple-darwin` | ✓ | ✓ | 32-bit OSX (10.7+, Lion+)
171+
`i686-apple-darwin` | ✓ | ✓ | 32-bit macOS (10.7+, Lion+)
172172
`i686-pc-windows-msvc` | ✓ | | 32-bit Windows XP support
173173
`i686-unknown-cloudabi` | ✓ | | 32-bit CloudABI
174174
`i686-unknown-uefi` | ? | | 32-bit UEFI

0 commit comments

Comments
 (0)