@@ -37,7 +37,7 @@ target | std | host | notes
37
37
` i686-pc-windows-gnu ` | ✓ | ✓ | 32-bit MinGW (Windows 7+)
38
38
` i686-pc-windows-msvc ` | ✓ | ✓ | 32-bit MSVC (Windows 7+)
39
39
` 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+)
41
41
` x86_64-pc-windows-gnu ` | ✓ | ✓ | 64-bit MinGW (Windows 7+)
42
42
` x86_64-pc-windows-msvc ` | ✓ | ✓ | 64-bit MSVC (Windows 7+)
43
43
` 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:
57
57
58
58
target | std | host | notes
59
59
-------|-----|------|-------
60
+ ` aarch64-apple-darwin ` | ✓ | | ARM64 macOS (11.0+, Big Sur+)
60
61
` aarch64-apple-ios ` | ✓ | | ARM64 iOS
61
62
` aarch64-fuchsia ` | ✓ | | ARM64 Fuchsia
62
63
` aarch64-linux-android ` | ✓ | | ARM64 Android
@@ -145,7 +146,6 @@ not available.
145
146
146
147
target | std | host | notes
147
148
-------|-----|------|-------
148
- ` aarch64-apple-darwin ` | ? | | ARM64 macOS
149
149
` aarch64-apple-tvos ` | * | | ARM64 tvOS
150
150
` aarch64-unknown-cloudabi ` | ✓ | | ARM64 CloudABI
151
151
` aarch64-unknown-freebsd ` | ✓ | ✓ | ARM64 FreeBSD
@@ -168,7 +168,7 @@ target | std | host | notes
168
168
` avr-unknown-gnu-atmega328 ` | ✗ | | AVR. Requires ` -Z build-std=core `
169
169
` hexagon-unknown-linux-musl ` | ? | |
170
170
` 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+)
172
172
` i686-pc-windows-msvc ` | ✓ | | 32-bit Windows XP support
173
173
` i686-unknown-cloudabi ` | ✓ | | 32-bit CloudABI
174
174
` i686-unknown-uefi ` | ? | | 32-bit UEFI
0 commit comments