Skip to content

Commit 49f9d73

Browse files
committed
Add BPF target to platform-support.md
1 parent b2a6967 commit 49f9d73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ target | std | host | notes
219219
`armv7a-none-eabihf` | * | | ARM Cortex-A, hardfloat
220220
`armv7s-apple-ios` | ✓ | |
221221
`avr-unknown-gnu-atmega328` | * | | AVR. Requires `-Z build-std=core`
222+
`bpfeb-unknown-none` | * | | BPF (big endian)
223+
`bpfel-unknown-none` | * | | BPF (little endian)
222224
`hexagon-unknown-linux-musl` | ? | |
223225
`i386-apple-ios` | ✓ | | 32-bit x86 iOS
224226
`i686-apple-darwin` | ✓ | ✓ | 32-bit macOS (10.7+, Lion+)

0 commit comments

Comments
 (0)