We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a6967 commit 49f9d73Copy full SHA for 49f9d73
src/doc/rustc/src/platform-support.md
@@ -219,6 +219,8 @@ target | std | host | notes
219
`armv7a-none-eabihf` | * | | ARM Cortex-A, hardfloat
220
`armv7s-apple-ios` | ✓ | |
221
`avr-unknown-gnu-atmega328` | * | | AVR. Requires `-Z build-std=core`
222
+`bpfeb-unknown-none` | * | | BPF (big endian)
223
+`bpfel-unknown-none` | * | | BPF (little endian)
224
`hexagon-unknown-linux-musl` | ? | |
225
`i386-apple-ios` | ✓ | | 32-bit x86 iOS
226
`i686-apple-darwin` | ✓ | ✓ | 32-bit macOS (10.7+, Lion+)
0 commit comments