From 69e872d7b86b5a9f8ec89ed40857c18250266eff Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Thu, 4 Jan 2024 18:29:11 +0100 Subject: [PATCH] support LLVM for RISCV64 Signed-off-by: Axel Heider --- standalone-kernel/compile_kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone-kernel/compile_kernel.sh b/standalone-kernel/compile_kernel.sh index 1f82ccaa..b5898e1d 100755 --- a/standalone-kernel/compile_kernel.sh +++ b/standalone-kernel/compile_kernel.sh @@ -23,7 +23,7 @@ case "${INPUT_ARCH}" in ;; RISCV64) gcc_cfg="RISCV64" - # LLVM is unsupported so far + llvm_triple="riscv64-unknown-elf" ;; X64) # just use the standard host compiler