cpu: add a few missing GCC toolchains

This names are used by Arch Linux for eg.
Signed-off-by: default avatarFilipe Laíns <lains@archlinux.org>
parent 5ebdfd93
......@@ -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