Unverified Commit 0eb1f88b authored by Tim Ansell's avatar Tim Ansell Committed by GitHub

Merge pull request #585 from FFY00/more-gcc

cpu: add a few missing GCC toolchains
parents 5ebdfd93 235e8cf6
......@@ -35,15 +35,20 @@ class CPUNone(CPU):
CPU_GCC_TRIPLE_RISCV32 = (
"riscv64-unknown-elf",
"riscv32-unknown-elf",
"riscv64-elf",
"riscv32-elf",
"riscv-none-embed",
"riscv64-linux",
"riscv64-linux-gnu-gcc",
"riscv-sifive-elf",
"riscv64-none-elf",
)
CPU_GCC_TRIPLE_RISCV64 = (
"riscv64-unknown-elf",
"riscv64-elf",
"riscv64-linux",
"riscv64-linux-gnu-gcc",
"riscv-sifive-elf",
"riscv64-none-elf",
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment