Update RISC-V64_QEMU.md

This commit is contained in:
aiminick 2021-06-22 17:05:05 +08:00 committed by GitHub
parent ef144bc451
commit 9d94eccb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ libglib2.0-dev autoconf automake libtool libsdl1.2-dev
sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev \
libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev
git clone https://gitee.com/mirrors/riscv-gnu-toolchain --depth=1
git clone https://gitee.com/mirrors/riscv-gnu-toolchain
git rm --cached qemu
git submodule update --init --recursive --depth=1
./configure --prefix=/opt/riscv-gnu-toolchain_install && make linux -j $(nproc --all)