@@ -48,6 +48,8 @@ target | std | rustc | cargo | notes
48
48
` aarch64-pc-windows-msvc ` | ✓ | | | ARM64 Windows MSVC
49
49
` aarch64-unknown-linux-gnu ` | ✓ | ✓ | ✓ | ARM64 Linux
50
50
` aarch64-unknown-linux-musl ` | ✓ | | | ARM64 Linux with MUSL
51
+ ` aarch64-unknown-none ` | * | | | Bare ARM64, hardfloat
52
+ ` aarch64-unknown-none-softfloat ` | * | | | Bare ARM64, softfloat
51
53
` arm-linux-androideabi ` | ✓ | | | ARMv7 Android
52
54
` arm-unknown-linux-gnueabi ` | ✓ | ✓ | ✓ | ARMv6 Linux
53
55
` arm-unknown-linux-gnueabihf ` | ✓ | ✓ | ✓ | ARMv6 Linux, hardfloat
@@ -61,7 +63,9 @@ target | std | rustc | cargo | notes
61
63
` armv7a-none-eabi ` | * | | | Bare ARMv7-A
62
64
` armv7r-none-eabi ` | * | | | Bare ARMv7-R
63
65
` 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
65
69
` armv7-unknown-linux-musleabihf ` | ✓ | | | ARMv7 Linux with MUSL
66
70
` asmjs-unknown-emscripten ` | ✓ | | | asm.js via Emscripten
67
71
` i586-pc-windows-msvc ` | ✓ | | | 32-bit Windows w/o SSE
@@ -73,14 +77,19 @@ target | std | rustc | cargo | notes
73
77
` mips-unknown-linux-gnu ` | ✓ | ✓ | ✓ | MIPS Linux
74
78
` mips-unknown-linux-musl ` | ✓ | | | MIPS Linux with MUSL
75
79
` mips64-unknown-linux-gnuabi64 ` | ✓ | ✓ | ✓ | MIPS64 Linux, n64 ABI
80
+ ` mips64-unknown-linux-muslabi64 ` | ✓ | | | MIPS64 Linux, n64 ABI, MUSL
76
81
` mips64el-unknown-linux-gnuabi64 ` | ✓ | ✓ | ✓ | MIPS64 (LE) Linux, n64 ABI
82
+ ` mips64el-unknown-linux-muslabi64 ` | ✓ | | | MIPS64 (LE) Linux, n64 ABI, MUSL
77
83
` mipsel-unknown-linux-gnu ` | ✓ | ✓ | ✓ | MIPS (LE) Linux
78
84
` mipsel-unknown-linux-musl ` | ✓ | | | MIPS (LE) Linux with MUSL
85
+ ` nvptx64-nvidia-cuda ` | ✓ | | | --emit=asm generates PTX code that [ runs on NVIDIA GPUs]
79
86
` powerpc-unknown-linux-gnu ` | ✓ | ✓ | ✓ | PowerPC Linux
80
87
` powerpc64-unknown-linux-gnu ` | ✓ | ✓ | ✓ | PPC64 Linux
81
88
` powerpc64le-unknown-linux-gnu ` | ✓ | ✓ | ✓ | PPC64LE Linux
89
+ ` riscv32i-unknown-none-elf ` | * | | | Bare RISC-V (RV32I ISA)
82
90
` riscv32imac-unknown-none-elf ` | * | | | Bare RISC-V (RV32IMAC ISA)
83
91
` riscv32imc-unknown-none-elf ` | * | | | Bare RISC-V (RV32IMC ISA)
92
+ ` riscv64gc-unknown-linux-gnu ` | ✓ | ✓ | ✓ | RISC-V Linux
84
93
` riscv64gc-unknown-none-elf ` | * | | | Bare RISC-V (RV64IMAFDC ISA)
85
94
` riscv64imac-unknown-none-elf ` | * | | | Bare RISC-V (RV64IMAC ISA)
86
95
` s390x-unknown-linux-gnu ` | ✓ | ✓ | ✓ | S390x Linux
@@ -92,6 +101,9 @@ target | std | rustc | cargo | notes
92
101
` thumbv7m-none-eabi ` | * | | | Bare Cortex-M3
93
102
` thumbv7neon-linux-androideabi ` | ✓ | | | Thumb2-mode ARMv7a Android with NEON
94
103
` 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
95
107
` wasm32-unknown-emscripten ` | ✓ | | | WebAssembly via Emscripten
96
108
` wasm32-unknown-unknown ` | ✓ | | | WebAssembly
97
109
` wasm32-wasi ` | ✓ | | | WebAssembly with WASI
@@ -139,10 +151,10 @@ not available.
139
151
140
152
target | std | rustc | cargo | notes
141
153
-------|-----|-------|-------|-------
154
+ ` aarch64-apple-tvos ` | ** | | | ARM64 tvOS
142
155
` aarch64-unknown-freebsd ` | ✓ | ✓ | ✓ | ARM64 FreeBSD
143
156
` aarch64-unknown-hermit ` | ? | | |
144
157
` aarch64-unknown-netbsd ` | ? | | |
145
- ` aarch64-unknown-none ` | ? | | |
146
158
` aarch64-unknown-openbsd ` | ✓ | ✓ | ✓ | ARM64 OpenBSD
147
159
` aarch64-unknown-redox ` | ? | | |
148
160
` aarch64-uwp-windows-msvc ` | ? | | |
@@ -154,27 +166,26 @@ target | std | rustc | cargo | notes
154
166
` armv7-unknown-freebsd ` | ✓ | ✓ | ✓ | ARMv7 FreeBSD
155
167
` armv7-unknown-netbsd-eabihf ` | ? | | |
156
168
` armv7-wrs-vxworks-eabihf ` | ? | | |
169
+ ` armv7a-none-eabihf ` | * | | | ARM Cortex-A, hardfloat
157
170
` armv7s-apple-ios ` | ✓ | | |
158
171
` hexagon-unknown-linux-musl ` | ? | | |
159
172
` i386-apple-ios ` | ✓ | | | 32-bit x86 iOS
160
173
` i686-apple-darwin ` | ✓ | ✓ | ✓ | 32-bit OSX (10.7+, Lion+)
161
174
` i686-pc-windows-msvc ` | ✓ | | | 32-bit Windows XP support
175
+ ` i686-unknown-uefi ` | ? | | | 32-bit UEFI
162
176
` i686-unknown-haiku ` | ✓ | ✓ | ✓ | 32-bit Haiku
163
177
` i686-unknown-netbsd ` | ✓ | | | NetBSD/i386 with SSE2
164
178
` i686-unknown-openbsd ` | ✓ | ✓ | ✓ | 32-bit OpenBSD
165
179
` i686-uwp-windows-gnu ` | ? | | |
166
180
` i686-uwp-windows-msvc ` | ? | | |
167
181
` i686-wrs-vxworks ` | ? | | |
168
182
` mips-unknown-linux-uclibc ` | ✓ | | | MIPS Linux with uClibc
169
- ` mips64-unknown-linux-muslabi64 ` | ? | | |
170
- ` mips64el-unknown-linux-muslabi64 ` | ? | | |
171
183
` mipsel-unknown-linux-uclibc ` | ✓ | | | MIPS (LE) Linux with uClibc
172
184
` mipsisa32r6-unknown-linux-gnu ` | ? | | |
173
185
` mipsisa32r6el-unknown-linux-gnu ` | ? | | |
174
186
` mipsisa64r6-unknown-linux-gnuabi64 ` | ? | | |
175
187
` mipsisa64r6el-unknown-linux-gnuabi64 ` | ? | | |
176
188
` msp430-none-elf ` | * | | | 16-bit MSP430 microcontrollers
177
- ` nvptx64-nvidia-cuda ` | ** | | | --emit=asm generates PTX code that [ runs on NVIDIA GPUs]
178
189
` powerpc-unknown-linux-musl ` | ? | | |
179
190
` powerpc-unknown-netbsd ` | ? | | |
180
191
` powerpc-wrs-vxworks ` | ? | | |
@@ -183,36 +194,31 @@ target | std | rustc | cargo | notes
183
194
` powerpc64-unknown-linux-musl ` | ? | | |
184
195
` powerpc64-wrs-vxworks ` | ? | | |
185
196
` powerpc64le-unknown-linux-musl ` | ? | | |
186
- ` riscv32i-unknown-none-elf ` | ? | | |
187
- ` riscv64gc-unknown-linux-gnu ` | ✓ | ✓ | ✓ |
188
197
` sparc64-unknown-netbsd ` | ✓ | ✓ | | NetBSD/sparc64
189
198
` sparc64-unknown-openbsd ` | ? | | |
190
199
` 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
195
204
` x86_64-pc-solaris ` | ? | | |
196
205
` x86_64-pc-windows-msvc ` | ✓ | | | 64-bit Windows XP support
197
- ` x86_64-unknown-bitrig ` | ✓ | ✓ | | 64-bit Bitrig
198
206
` x86_64-unknown-dragonfly ` | ✓ | ✓ | ✓ | 64-bit DragonFlyBSD
199
207
` x86_64-unknown-haiku ` | ✓ | ✓ | ✓ | 64-bit Haiku
200
208
` x86_64-unknown-hermit ` | ? | | |
209
+ ` x86_64-unknown-hermit-kernel ` | ? | | | HermitCore kernel
210
+ ` x86_64-unknown-illumos ` | ✓ | | | illumos
201
211
` x86_64-unknown-l4re-uclibc ` | ? | | |
202
212
` x86_64-unknown-openbsd ` | ✓ | ✓ | ✓ | 64-bit OpenBSD
203
213
` x86_64-unknown-uefi ` | ? | | |
204
214
` x86_64-uwp-windows-gnu ` | ✓ | | |
205
215
` x86_64-uwp-windows-msvc ` | ✓ | | |
206
216
` x86_64-wrs-vxworks ` | ? | | |
207
217
208
- [ runs on NVIDIA GPUs ] : https://github.com/japaric-archived/nvptx#targets
209
218
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 ` .
212
220
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 ` .
216
222
217
223
? These are targets that haven't yet been documented here. If you can shed some
218
224
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
224
230
the x86, ARM, MIPS, and PowerPC families, though it may require defining custom
225
231
target specifications to do so.
226
232
233
+ [ runs on NVIDIA GPUs ] : https://github.com/japaric-archived/nvptx#targets
227
234
[ Rust Forge repo ] : https://github.com/rust-lang/rust-forge
0 commit comments