Add support for targeting riscv32im-unknown-none-elf

Update riscv32im-unknown-none-elf to Tier2 support.

Downgrade to Tier 3 platform support.
This commit is contained in:
ridwanabdillahi 2022-02-07 12:49:03 -08:00
parent 10dccdc7fc
commit eae68350c8
4 changed files with 29 additions and 0 deletions

View file

@ -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)