riscv: Enable clang
Signed-off-by: Stefan O'Rear <sorear@fastmail.com>
This commit is contained in:
parent
f68eaf49fd
commit
53ab30a472
1 changed files with 0 additions and 3 deletions
|
|
@ -11,9 +11,6 @@ set(CMAKE_SYSTEM_NAME Generic)
|
|||
# obvious if someone accidentally uses it
|
||||
set(CMAKE_SYSTEM_PROCESSOR seL4CPU)
|
||||
|
||||
if(KernelArchRiscV)
|
||||
message(FATAL_ERROR "Riscv is not yet supported when compiling with clang")
|
||||
endif()
|
||||
set(LLVM_TOOLCHAIN ON)
|
||||
|
||||
set(CROSS_COMPILER_PREFIX ${TRIPLE}-)
|
||||
|
|
|
|||
Loading…
Reference in a new issue