Move qemu to chipyard from firesim

This commit is contained in:
Nathan Pemberton
2019-10-04 19:04:08 -04:00
parent 95a44ff6d0
commit 8e8ce09ce9
5 changed files with 10 additions and 1 deletions

View File

@@ -121,6 +121,9 @@ cp -p "${SRCDIR}/riscv-isa-sim/build/libfesvr.a" "${RISCV}/lib/"
CC= CXX= module_all riscv-pk --prefix="${RISCV}" --host=riscv64-unknown-elf
module_all riscv-tests --prefix="${RISCV}/riscv64-unknown-elf"
# Common tools (not in any particular toolchain dir)
SRCDIR="$RDIR/toolchains" module_all qemu --prefix="${RISCV}" --target-list=riscv64-softmmu
cd "$RDIR"
{

View File

@@ -30,6 +30,8 @@ cd "$RDIR"
for name in toolchains/*/*/ ; do
git config submodule."${name%/}".update none
done
git config submodule.toolchains.qemu.update none
# Disable updates to the FireSim submodule until explicitly requested
git config submodule.sims/firesim.update none
# Disable updates to the hammer tool plugins repos