mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #847 from zoobab/master
Add support for xcompiler on Alpine 3.13
This commit is contained in:
commit
11f7416e36
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ CPU_GCC_TRIPLE_RISCV32 = (
|
|||
"riscv64-elf",
|
||||
"riscv32-elf",
|
||||
"riscv-none-embed",
|
||||
"riscv-none-elf",
|
||||
"riscv64-linux",
|
||||
"riscv64-linux-gnu",
|
||||
"riscv-sifive-elf",
|
||||
|
|
Loading…
Reference in a new issue