Skip to content

Commit bf09ddd

Browse files
committed
Add to platform-support.md
1 parent 7c06800 commit bf09ddd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ not available.
146146

147147
target | std | host | notes
148148
-------|-----|------|-------
149+
=======
150+
`aarch64-apple-darwin` | ? | | ARM64 macOS
151+
`aarch64-apple-ios-macabi` | ? | | Apple Catalyst on ARM64
149152
`aarch64-apple-tvos` | * | | ARM64 tvOS
150153
`aarch64-unknown-cloudabi` | ✓ | | ARM64 CloudABI
151154
`aarch64-unknown-freebsd` | ✓ | ✓ | ARM64 FreeBSD
@@ -203,7 +206,7 @@ target | std | host | notes
203206
`thumbv7a-uwp-windows-msvc` | ✓ | |
204207
`thumbv7neon-unknown-linux-musleabihf` | ? | | Thumb2-mode ARMv7a Linux with NEON, MUSL
205208
`thumbv4t-none-eabi` | * | | ARMv4T T32
206-
`x86_64-apple-ios-macabi` | ✓ | | Apple Catalyst
209+
`x86_64-apple-ios-macabi` | ✓ | | Apple Catalyst on x86_64
207210
`x86_64-apple-tvos` | * | | x86 64-bit tvOS
208211
`x86_64-linux-kernel` | * | | Linux kernel modules
209212
`x86_64-pc-solaris` | ? | |

0 commit comments

Comments
 (0)