@@ -115,6 +115,7 @@ target | std | rustc | cargo | notes
115
115
` x86_64-sun-solaris ` | ✓ | | | 64-bit Solaris 10/11, illumos
116
116
` x86_64-unknown-cloudabi ` | ✓ | | | 64-bit CloudABI
117
117
` x86_64-unknown-freebsd ` | ✓ | ✓ | ✓ | 64-bit FreeBSD
118
+ ` x86_64-unknown-illumos ` | ✓ | ✓ | ✓ | illumos
118
119
` x86_64-unknown-linux-gnux32 ` | ✓ | | | 64-bit Linux (x32 ABI) (kernel 4.15, glibc 2.27)
119
120
` x86_64-unknown-linux-musl ` | ✓ | ✓ | ✓ | 64-bit Linux with MUSL
120
121
` x86_64-unknown-netbsd ` | ✓ | ✓ | ✓ | NetBSD/amd64
@@ -129,6 +130,7 @@ not available.
129
130
130
131
target | std | rustc | cargo | notes
131
132
-------|-----|-------|-------|-------
133
+ ` aarch64-apple-darwin ` | ? | | | ARM64 macOS
132
134
` aarch64-apple-tvos ` | ** | | | ARM64 tvOS
133
135
` aarch64-unknown-cloudabi ` | ✓ | | | ARM64 CloudABI
134
136
` aarch64-unknown-freebsd ` | ✓ | ✓ | ✓ | ARM64 FreeBSD
@@ -184,6 +186,7 @@ target | std | rustc | cargo | notes
184
186
` thumbv7a-pc-windows-msvc ` | ? | | |
185
187
` thumbv7a-uwp-windows-msvc ` | ✓ | | |
186
188
` thumbv7neon-unknown-linux-musleabihf ` | ? | | | Thumb2-mode ARMv7a Linux with NEON, MUSL
189
+ ` thumbv4t-none-eabi ` | * | | | ARMv4T T32
187
190
` x86_64-apple-ios-macabi ` | ✓ | | | Apple Catalyst
188
191
` x86_64-apple-tvos ` | ** | | | x86 64-bit tvOS
189
192
` x86_64-linux-kernel ` | ? | | | Linux kernel modules
@@ -193,7 +196,6 @@ target | std | rustc | cargo | notes
193
196
` x86_64-unknown-haiku ` | ✓ | ✓ | ✓ | 64-bit Haiku
194
197
` x86_64-unknown-hermit ` | ? | | |
195
198
` x86_64-unknown-hermit-kernel ` | ? | | | HermitCore kernel
196
- ` x86_64-unknown-illumos ` | ✓ | | | illumos
197
199
` x86_64-unknown-l4re-uclibc ` | ? | | |
198
200
` x86_64-unknown-openbsd ` | ✓ | ✓ | ✓ | 64-bit OpenBSD
199
201
` x86_64-unknown-uefi ` | ? | | |
0 commit comments