File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 BUILD_TOOLCHAIN="./configure --prefix=/opt/riscv --with-arch=${TARGET_TUPLE[0]} --with-abi=${TARGET_TUPLE[1]}"
7272 if [ "${{ matrix.mode }}" == "linux" ]; then # build toolchain with llvm
7373 $BUILD_TOOLCHAIN --enable-llvm --enable-linux
74- sudo make -j $(nproc) all build-sim SIM=qemu
74+ sudo make -j $(nproc) all
7575 else
7676 $BUILD_TOOLCHAIN
7777 sudo make -j $(nproc) ${{ matrix.mode }}
Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ stamps/build-llvm-linux: $(LLVM_SRCDIR) $(LLVM_SRC_GIT) \
937937 -DLLVM_PARALLEL_LINK_JOBS=4
938938 $(MAKE) -C $(notdir $@)
939939 $(MAKE) -C $(notdir $@) install
940- cp $(notdir $@)/lib/riscv64 -unknown-linux-gnu/libc++* $(SYSROOT)/lib
940+ cp $(notdir $@)/lib/riscv$(XLEN) -unknown-linux-gnu/libc++* $(SYSROOT)/lib
941941 cd $(INSTALL_DIR)/bin && ln -s clang $(LINUX_TUPLE)-clang
942942 mkdir -p $(dir $@) && touch $@
943943
You can’t perform that action at this time.
0 commit comments