cmake: add riscv-none-elf- as valid gcc prefix
The previous commit 05858be didn't actually add it to both instances
of the if/else statement, and so doesn't actually work in all cases
(e.g. with `../init-build.sh`).
Signed-off-by: julia <git.ts@trainwit.ch>
This commit is contained in:
parent
974e9ffb2e
commit
d96b447826
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ if("${CROSS_COMPILER_PREFIX}" STREQUAL "")
|
|||
CROSS_COMPILER_PREFIX
|
||||
"riscv64-unknown-linux-gnu-"
|
||||
"riscv64-unknown-elf-"
|
||||
"riscv64-none-elf-"
|
||||
"riscv64-elf-"
|
||||
)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue