Skip to content

Commit

Permalink
support LLVM for RISCV64
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Jan 4, 2024
1 parent b8d9dd1 commit 69e872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone-kernel/compile_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69e872d

Please sign in to comment.