未验证 提交 1e35608f 编写于 作者: L ljw 提交者: GitHub

Merge pull request #95 from RISCVERS/emu-parallel-build

Makefile: support parallel build with emu
...@@ -81,7 +81,7 @@ $(REF_SO): ...@@ -81,7 +81,7 @@ $(REF_SO):
$(MAKE) -C $(NEMU_HOME) ISA=riscv64 SHARE=1 $(MAKE) -C $(NEMU_HOME) ISA=riscv64 SHARE=1
$(EMU): $(EMU_MK) $(EMU_DEPS) $(EMU_HEADERS) $(REF_SO) $(EMU): $(EMU_MK) $(EMU_DEPS) $(EMU_HEADERS) $(REF_SO)
CPPFLAGS=-DREF_SO=\\\"$(REF_SO)\\\" $(MAKE) -C $(dir $(EMU_MK)) -f $(abspath $(EMU_MK)) CPPFLAGS=-DREF_SO=\\\"$(REF_SO)\\\" $(MAKE) VM_PARALLEL_BUILDS=1 -C $(dir $(EMU_MK)) -f $(abspath $(EMU_MK))
SEED = -s $(shell seq 1 10000 | shuf | head -n 1) SEED = -s $(shell seq 1 10000 | shuf | head -n 1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册