diff options
| author | Alessandro Decina <alessandro.d@gmail.com> | 2021-05-22 16:28:00 +1000 |
|---|---|---|
| committer | Alessandro Decina <alessandro.d@gmail.com> | 2021-05-23 18:03:27 +1000 |
| commit | 49f9d732b0ce1effab7ef4fd491c51d18f7a2115 (patch) | |
| tree | 2f4d8905f26aaaf92023ddd3b91cf313136d69f7 | |
| parent | b2a6967114b2fa9d477226ff7ad53fb55fb692bc (diff) | |
| download | rust-49f9d732b0ce1effab7ef4fd491c51d18f7a2115.tar.gz rust-49f9d732b0ce1effab7ef4fd491c51d18f7a2115.zip | |
Add BPF target to platform-support.md
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index f9a7599c497..25bc111c809 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -219,6 +219,8 @@ target | std | host | notes `armv7a-none-eabihf` | * | | ARM Cortex-A, hardfloat `armv7s-apple-ios` | ✓ | | `avr-unknown-gnu-atmega328` | * | | AVR. Requires `-Z build-std=core` +`bpfeb-unknown-none` | * | | BPF (big endian) +`bpfel-unknown-none` | * | | BPF (little endian) `hexagon-unknown-linux-musl` | ? | | `i386-apple-ios` | ✓ | | 32-bit x86 iOS `i686-apple-darwin` | ✓ | ✓ | 32-bit macOS (10.7+, Lion+) |
