We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f77002 + 3844681 commit 89f3238Copy full SHA for 89f3238
Makefile.in
@@ -938,7 +938,7 @@ stamps/build-llvm-linux: $(LLVM_SRCDIR) $(LLVM_SRC_GIT) \
938
$(MAKE) -C $(notdir $@)
939
$(MAKE) -C $(notdir $@) install
940
cp $(notdir $@)/lib/riscv$(XLEN)-unknown-linux-gnu/libc++* $(SYSROOT)/lib
941
- cd $(INSTALL_DIR)/bin && ln -s clang $(LINUX_TUPLE)-clang
+ cd $(INSTALL_DIR)/bin && ln -s -f clang $(LINUX_TUPLE)-clang
942
mkdir -p $(dir $@) && touch $@
943
944
stamps/build-llvm-newlib:
0 commit comments