Skip to content

Commit

Permalink
Add force flag when creating symbolic link for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
demin-han committed Jun 8, 2023
1 parent c407fae commit 3844681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ stamps/build-llvm-linux: $(LLVM_SRCDIR) $(LLVM_SRC_GIT) \
$(MAKE) -C $(notdir $@)
$(MAKE) -C $(notdir $@) install
cp $(notdir $@)/lib/riscv$(XLEN)-unknown-linux-gnu/libc++* $(SYSROOT)/lib
cd $(INSTALL_DIR)/bin && ln -s clang $(LINUX_TUPLE)-clang
cd $(INSTALL_DIR)/bin && ln -s -f clang $(LINUX_TUPLE)-clang
mkdir -p $(dir $@) && touch $@

stamps/build-llvm-newlib:
Expand Down

0 comments on commit 3844681

Please sign in to comment.