Browse Source

Merge pull request #634 from riscv/bump-qemu

Bump qemu to 5.0.0
pull/640/head
Kito Cheng 6 years ago
committed by GitHub
parent
commit
7e3663187c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile.in
  2. 2
      qemu

2
Makefile.in

@ -692,7 +692,7 @@ stamps/build-qemu: $(srcdir)/qemu
--prefix=$(INSTALL_DIR) \
--target-list=riscv64-linux-user,riscv32-linux-user \
--interp-prefix=$(INSTALL_DIR)/sysroot \
--python=python2
--python=python3
$(MAKE) -C $(notdir $@)
$(MAKE) -C $(notdir $@) install
mkdir -p $(dir $@)

2
qemu

@ -1 +1 @@
Subproject commit 57dfc2c4d51e770ed3f617e5d1456d1e2bacf3f0
Subproject commit fdd76fecdde1ad444ff4deb7f1c4f7e4a1ef97d6
Loading…
Cancel
Save