diff options
| author | ridwanabdillahi <91507758+ridwanabdillahi@users.noreply.github.com> | 2022-02-07 12:49:03 -0800 |
|---|---|---|
| committer | ridwanabdillahi <91507758+ridwanabdillahi@users.noreply.github.com> | 2022-03-09 13:51:29 -0800 |
| commit | eae68350c8befd40a02c28687aea0b39628f4e59 (patch) | |
| tree | a9bd21f644558ec33b8413ecfdef188b95caef86 /src/doc/rustc | |
| parent | 10dccdc7fcbdc64ee9efe2c1ed975ab8c1d61287 (diff) | |
| download | rust-eae68350c8befd40a02c28687aea0b39628f4e59.tar.gz rust-eae68350c8befd40a02c28687aea0b39628f4e59.zip | |
Add support for targeting riscv32im-unknown-none-elf
Update riscv32im-unknown-none-elf to Tier2 support. Downgrade to Tier 3 platform support.
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 7a00b048a9b..cc92d273ed1 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -271,6 +271,7 @@ target | std | host | notes `powerpc64le-unknown-linux-musl` | ? | | `riscv32gc-unknown-linux-gnu` | | | RISC-V Linux (kernel 5.4, glibc 2.33) `riscv32gc-unknown-linux-musl` | | | RISC-V Linux (kernel 5.4, musl + RISCV32 support patches) +`riscv32im-unknown-none-elf` | * | | Bare RISC-V (RV32IM ISA) `riscv32imc-esp-espidf` | ✓ | | RISC-V ESP-IDF `riscv64gc-unknown-freebsd` | | | RISC-V FreeBSD `riscv64gc-unknown-linux-musl` | | | RISC-V Linux (kernel 4.20, musl 1.2.0) |
