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:
parent
10dccdc7fc
commit
eae68350c8
4 changed files with 29 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ static TARGETS: &[&str] = &[
|
|||
"powerpc64-unknown-linux-gnu",
|
||||
"powerpc64le-unknown-linux-gnu",
|
||||
"riscv32i-unknown-none-elf",
|
||||
"riscv32im-unknown-none-elf",
|
||||
"riscv32imc-unknown-none-elf",
|
||||
"riscv32imac-unknown-none-elf",
|
||||
"riscv32gc-unknown-linux-gnu",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue