Skip to content

Commit

Permalink
Merge pull request #1268 from demin-han/master
Browse files Browse the repository at this point in the history
Add force flag when creating symbolic link for clang
  • Loading branch information
kito-cheng authored Jun 8, 2023
2 parents 1f77002 + 3844681 commit 89f3238
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 89f3238

Please sign in to comment.