Merge pull request #847 from zoobab/master
Add support for xcompiler on Alpine 3.13
This commit is contained in:
commit
11f7416e36
|
@ -44,6 +44,7 @@ CPU_GCC_TRIPLE_RISCV32 = (
|
||||||
"riscv64-elf",
|
"riscv64-elf",
|
||||||
"riscv32-elf",
|
"riscv32-elf",
|
||||||
"riscv-none-embed",
|
"riscv-none-embed",
|
||||||
|
"riscv-none-elf",
|
||||||
"riscv64-linux",
|
"riscv64-linux",
|
||||||
"riscv64-linux-gnu",
|
"riscv64-linux-gnu",
|
||||||
"riscv-sifive-elf",
|
"riscv-sifive-elf",
|
||||||
|
|
Loading…
Reference in New Issue