Skip to content

Commit

Permalink
update toolchain.mk to new llvm toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Aug 5, 2024
1 parent 37ebf9e commit 9b2b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/snitch_cluster/sw/toolchain.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ifneq ($(SELECT_TOOLCHAIN), llvm-generic)
LLVM_BINROOT = /tools/riscv-llvm/bin
LLVM_VERSION =
else
LLVM_BINROOT = /usr/bin
LLVM_BINROOT = /opt/quidditch-toolchain/bin
LLVM_VERSION =
endif
RISCV_CC ?= $(LLVM_BINROOT)/clang$(LLVM_VERSION)
Expand Down

0 comments on commit 9b2b87f

Please sign in to comment.