Rollup merge of #76798 - alistair23:alistair/rv32-linux, r=jyn514
Build fixes for RISC-V 32-bit Linux support This fixes build issues with the 32-bit RISC-V port.
This commit is contained in:
commit
b4c3f409af
6 changed files with 11 additions and 6 deletions
|
|
@ -111,6 +111,7 @@ static TARGETS: &[&str] = &[
|
|||
"riscv32i-unknown-none-elf",
|
||||
"riscv32imc-unknown-none-elf",
|
||||
"riscv32imac-unknown-none-elf",
|
||||
"riscv32gc-unknown-linux-gnu",
|
||||
"riscv64imac-unknown-none-elf",
|
||||
"riscv64gc-unknown-none-elf",
|
||||
"riscv64gc-unknown-linux-gnu",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue