Merge pull request #1948 from Liamolucko/riscv-triples
Add missing 32-bit variants of RISC-V target triples
This commit is contained in:
commit
0d3a8220dd
|
@ -79,9 +79,13 @@ CPU_GCC_TRIPLE_RISCV64 = (
|
|||
)
|
||||
|
||||
CPU_GCC_TRIPLE_RISCV32 = CPU_GCC_TRIPLE_RISCV64 + (
|
||||
"riscv32-pc-linux-musl",
|
||||
"riscv32-unknown-elf",
|
||||
"riscv32-unknown-linux-gnu",
|
||||
"riscv32-elf",
|
||||
"riscv32-linux",
|
||||
"riscv32-linux-gnu",
|
||||
"riscv32-none-elf",
|
||||
"riscv-none-embed",
|
||||
"riscv-none-elf",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue