Skip to content

Commit 5248efb

Browse files
Merge pull request #356 from ehuss/update-tiers
Update platform tiers.
2 parents 1af755b + c1ae62f commit 5248efb

File tree

1 file changed

+25
-18
lines changed

1 file changed

+25
-18
lines changed

src/release/platform-support.md

+25-18
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ target | std | rustc | cargo | notes
4848
`aarch64-pc-windows-msvc` | ✓ | | | ARM64 Windows MSVC
4949
`aarch64-unknown-linux-gnu` | ✓ | ✓ | ✓ | ARM64 Linux
5050
`aarch64-unknown-linux-musl` | ✓ | | | ARM64 Linux with MUSL
51+
`aarch64-unknown-none` | * | | | Bare ARM64, hardfloat
52+
`aarch64-unknown-none-softfloat` | * | | | Bare ARM64, softfloat
5153
`arm-linux-androideabi` | ✓ | | | ARMv7 Android
5254
`arm-unknown-linux-gnueabi` | ✓ | ✓ | ✓ | ARMv6 Linux
5355
`arm-unknown-linux-gnueabihf` | ✓ | ✓ | ✓ | ARMv6 Linux, hardfloat
@@ -61,7 +63,9 @@ target | std | rustc | cargo | notes
6163
`armv7a-none-eabi` | * | | | Bare ARMv7-A
6264
`armv7r-none-eabi` | * | | | Bare ARMv7-R
6365
`armv7r-none-eabihf` | * | | | Bare ARMv7-R, hardfloat
64-
`armv7-unknown-linux-gnueabihf` | ✓ | ✓ | ✓ | ARMv7 Linux
66+
`armv7-unknown-linux-gnueabi` | ✓ | | | ARMv7 Linux, glibc
67+
`armv7-unknown-linux-gnueabihf` | ✓ | ✓ | ✓ | ARMv7 Linux, hardfloat
68+
`armv7-unknown-linux-musleabi` | ✓ | | | ARMv7 Linux, MUSL
6569
`armv7-unknown-linux-musleabihf` | ✓ | | | ARMv7 Linux with MUSL
6670
`asmjs-unknown-emscripten` | ✓ | | | asm.js via Emscripten
6771
`i586-pc-windows-msvc` | ✓ | | | 32-bit Windows w/o SSE
@@ -73,14 +77,19 @@ target | std | rustc | cargo | notes
7377
`mips-unknown-linux-gnu` | ✓ | ✓ | ✓ | MIPS Linux
7478
`mips-unknown-linux-musl` | ✓ | | | MIPS Linux with MUSL
7579
`mips64-unknown-linux-gnuabi64` | ✓ | ✓ | ✓ | MIPS64 Linux, n64 ABI
80+
`mips64-unknown-linux-muslabi64` | ✓ | | | MIPS64 Linux, n64 ABI, MUSL
7681
`mips64el-unknown-linux-gnuabi64` | ✓ | ✓ | ✓ | MIPS64 (LE) Linux, n64 ABI
82+
`mips64el-unknown-linux-muslabi64` | ✓ | | | MIPS64 (LE) Linux, n64 ABI, MUSL
7783
`mipsel-unknown-linux-gnu` | ✓ | ✓ | ✓ | MIPS (LE) Linux
7884
`mipsel-unknown-linux-musl` | ✓ | | | MIPS (LE) Linux with MUSL
85+
`nvptx64-nvidia-cuda` | ✓ | | | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
7986
`powerpc-unknown-linux-gnu` | ✓ | ✓ | ✓ | PowerPC Linux
8087
`powerpc64-unknown-linux-gnu` | ✓ | ✓ | ✓ | PPC64 Linux
8188
`powerpc64le-unknown-linux-gnu` | ✓ | ✓ | ✓ | PPC64LE Linux
89+
`riscv32i-unknown-none-elf` | * | | | Bare RISC-V (RV32I ISA)
8290
`riscv32imac-unknown-none-elf` | * | | | Bare RISC-V (RV32IMAC ISA)
8391
`riscv32imc-unknown-none-elf` | * | | | Bare RISC-V (RV32IMC ISA)
92+
`riscv64gc-unknown-linux-gnu` | ✓ | ✓ | ✓ | RISC-V Linux
8493
`riscv64gc-unknown-none-elf` | * | | | Bare RISC-V (RV64IMAFDC ISA)
8594
`riscv64imac-unknown-none-elf` | * | | | Bare RISC-V (RV64IMAC ISA)
8695
`s390x-unknown-linux-gnu` | ✓ | ✓ | ✓ | S390x Linux
@@ -92,6 +101,9 @@ target | std | rustc | cargo | notes
92101
`thumbv7m-none-eabi` | * | | | Bare Cortex-M3
93102
`thumbv7neon-linux-androideabi` | ✓ | | | Thumb2-mode ARMv7a Android with NEON
94103
`thumbv7neon-unknown-linux-gnueabihf` | ✓ | | | Thumb2-mode ARMv7a Linux with NEON
104+
`thumbv8m.base-none-eabi` | * | | | ARMv8-M Baseline
105+
`thumbv8m.main-none-eabi` | * | | | ARMv8-M Mainline
106+
`thumbv8m.main-none-eabihf` | * | | | ARMv8-M Baseline, hardfloat
95107
`wasm32-unknown-emscripten` | ✓ | | | WebAssembly via Emscripten
96108
`wasm32-unknown-unknown` | ✓ | | | WebAssembly
97109
`wasm32-wasi` | ✓ | | | WebAssembly with WASI
@@ -139,10 +151,10 @@ not available.
139151

140152
target | std | rustc | cargo | notes
141153
-------|-----|-------|-------|-------
154+
`aarch64-apple-tvos` | ** | | | ARM64 tvOS
142155
`aarch64-unknown-freebsd` | ✓ | ✓ | ✓ | ARM64 FreeBSD
143156
`aarch64-unknown-hermit` | ? | | |
144157
`aarch64-unknown-netbsd` | ? | | |
145-
`aarch64-unknown-none` | ? | | |
146158
`aarch64-unknown-openbsd` | ✓ | ✓ | ✓ | ARM64 OpenBSD
147159
`aarch64-unknown-redox` | ? | | |
148160
`aarch64-uwp-windows-msvc` | ? | | |
@@ -154,27 +166,26 @@ target | std | rustc | cargo | notes
154166
`armv7-unknown-freebsd` | ✓ | ✓ | ✓ | ARMv7 FreeBSD
155167
`armv7-unknown-netbsd-eabihf` | ? | | |
156168
`armv7-wrs-vxworks-eabihf` | ? | | |
169+
`armv7a-none-eabihf` | * | | | ARM Cortex-A, hardfloat
157170
`armv7s-apple-ios` | ✓ | | |
158171
`hexagon-unknown-linux-musl` | ? | | |
159172
`i386-apple-ios` | ✓ | | | 32-bit x86 iOS
160173
`i686-apple-darwin` | ✓ | ✓ | ✓ | 32-bit OSX (10.7+, Lion+)
161174
`i686-pc-windows-msvc` | ✓ | | | 32-bit Windows XP support
175+
`i686-unknown-uefi` | ? | | | 32-bit UEFI
162176
`i686-unknown-haiku` | ✓ | ✓ | ✓ | 32-bit Haiku
163177
`i686-unknown-netbsd` | ✓ | | | NetBSD/i386 with SSE2
164178
`i686-unknown-openbsd` | ✓ | ✓ | ✓ | 32-bit OpenBSD
165179
`i686-uwp-windows-gnu` | ? | | |
166180
`i686-uwp-windows-msvc` | ? | | |
167181
`i686-wrs-vxworks` | ? | | |
168182
`mips-unknown-linux-uclibc` | ✓ | | | MIPS Linux with uClibc
169-
`mips64-unknown-linux-muslabi64` | ? | | |
170-
`mips64el-unknown-linux-muslabi64` | ? | | |
171183
`mipsel-unknown-linux-uclibc` | ✓ | | | MIPS (LE) Linux with uClibc
172184
`mipsisa32r6-unknown-linux-gnu` | ? | | |
173185
`mipsisa32r6el-unknown-linux-gnu` | ? | | |
174186
`mipsisa64r6-unknown-linux-gnuabi64` | ? | | |
175187
`mipsisa64r6el-unknown-linux-gnuabi64` | ? | | |
176188
`msp430-none-elf` | * | | | 16-bit MSP430 microcontrollers
177-
`nvptx64-nvidia-cuda` | ** | | | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
178189
`powerpc-unknown-linux-musl` | ? | | |
179190
`powerpc-unknown-netbsd` | ? | | |
180191
`powerpc-wrs-vxworks` | ? | | |
@@ -183,36 +194,31 @@ target | std | rustc | cargo | notes
183194
`powerpc64-unknown-linux-musl` | ? | | |
184195
`powerpc64-wrs-vxworks` | ? | | |
185196
`powerpc64le-unknown-linux-musl` | ? | | |
186-
`riscv32i-unknown-none-elf` | ? | | |
187-
`riscv64gc-unknown-linux-gnu` | ✓ | ✓ | ✓ |
188197
`sparc64-unknown-netbsd` | ✓ | ✓ | | NetBSD/sparc64
189198
`sparc64-unknown-openbsd` | ? | | |
190199
`thumbv7a-pc-windows-msvc` | ? | | |
191-
`thumbv8m.base-none-eabi` | ? | | |
192-
`thumbv8m.main-none-eabi` | ? | | |
193-
`thumbv8m.main-none-eabihf` | ? | | |
194-
`wasm32-experimental-emscripten` | ? | | |
200+
`thumbv7neon-unknown-linux-musleabihf` | ? | | | Thumb2-mode ARMv7a Linux with NEON, MUSL
201+
`x86_64-apple-ios-macabi` | | | | Apple Catalyst
202+
`x86_64-apple-tvos` | ** | | | x86 64-bit tvOS
203+
`x86_64-linux-kernel` | ? | | | Linux kernel modules
195204
`x86_64-pc-solaris` | ? | | |
196205
`x86_64-pc-windows-msvc` | ✓ | | | 64-bit Windows XP support
197-
`x86_64-unknown-bitrig` | ✓ | ✓ | | 64-bit Bitrig
198206
`x86_64-unknown-dragonfly` | ✓ | ✓ | ✓ | 64-bit DragonFlyBSD
199207
`x86_64-unknown-haiku` | ✓ | ✓ | ✓ | 64-bit Haiku
200208
`x86_64-unknown-hermit` | ? | | |
209+
`x86_64-unknown-hermit-kernel` | ? | | | HermitCore kernel
210+
`x86_64-unknown-illumos` | ✓ | | | illumos
201211
`x86_64-unknown-l4re-uclibc` | ? | | |
202212
`x86_64-unknown-openbsd` | ✓ | ✓ | ✓ | 64-bit OpenBSD
203213
`x86_64-unknown-uefi` | ? | | |
204214
`x86_64-uwp-windows-gnu` | ✓ | | |
205215
`x86_64-uwp-windows-msvc` | ✓ | | |
206216
`x86_64-wrs-vxworks` | ? | | |
207217

208-
[runs on NVIDIA GPUs]: https://github.com/japaric-archived/nvptx#targets
209218

210-
\* These are bare-metal microcontroller targets that only have access to the
211-
core library, not std.
219+
\* These targets only support `core`, not `alloc` or `std`.
212220

213-
\*\* There’s backend support for these targets but no target built into rustc
214-
(yet). You’ll have to write your own target specification file (see the
215-
links in the table). These targets only support the core library.
221+
\*\* These targets only support `core` or `alloc`, not `std`.
216222

217223
? These are targets that haven't yet been documented here. If you can shed some
218224
light on these platforms support, please create an issue or PR on the [Rust
@@ -224,4 +230,5 @@ to the core library, Rust can also target additional "bare metal" platforms in
224230
the x86, ARM, MIPS, and PowerPC families, though it may require defining custom
225231
target specifications to do so.
226232

233+
[runs on NVIDIA GPUs]: https://github.com/japaric-archived/nvptx#targets
227234
[Rust Forge repo]: https://github.com/rust-lang/rust-forge

0 commit comments

Comments
 (0)