From ef144bc451745ae24c627dcbe7dfca04c97aafc6 Mon Sep 17 00:00:00 2001 From: aiminick Date: Tue, 22 Jun 2021 17:02:20 +0800 Subject: [PATCH] Update RISC-V64_QEMU.md --- docs/RISC-V64_QEMU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RISC-V64_QEMU.md b/docs/RISC-V64_QEMU.md index ac861ec..244527f 100644 --- a/docs/RISC-V64_QEMU.md +++ b/docs/RISC-V64_QEMU.md @@ -19,7 +19,7 @@ libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc z git clone https://gitee.com/mirrors/riscv-gnu-toolchain --depth=1 git rm --cached qemu -git submodule update --init --recursive +git submodule update --init --recursive --depth=1 ./configure --prefix=/opt/riscv-gnu-toolchain_install && make linux -j $(nproc --all) echo 'export PATH=/opt/riscv-gnu-toolchain_install/bin:$PATH' >> ~/.bashrc source ~/.bashrc