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 May 10, 2024
1 parent 2fbaf4d commit 4a47132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/snitch_cluster/sw/toolchain.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ifneq ($(SELECT_TOOLCHAIN), llvm-generic)
LLVM_BINROOT = /tools/riscv-llvm/bin
LLVM_VERSION =
else
LLVM_BINROOT = /usr/bin
LLVM_VERSION = -17
LLVM_BINROOT = /opt/quidditch-toolchain/bin
LLVM_VERSION =
endif
RISCV_CC ?= $(LLVM_BINROOT)/clang$(LLVM_VERSION)
RISCV_LD ?= $(LLVM_BINROOT)/ld.lld$(LLVM_VERSION)
Expand Down

0 comments on commit 4a47132

Please sign in to comment.