"vscode:/vscode.git/clone" did not exist on "5c7a35a25915f29aa79e5b69d831fd0f7d7d8d41"
Commit 05f77c2e authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

sims/external/qemu: update to refactored version

parent 3e612cb2
Subproject commit 7cb1c6168e05c9e70e695b59464a59f5dee8b7a2 Subproject commit 33fc1b10912d6302e5dcdd9049841bd175b943e6
...@@ -47,6 +47,8 @@ $(d)qemu/ready: $(d)qemu ...@@ -47,6 +47,8 @@ $(d)qemu/ready: $(d)qemu
--target-list=x86_64-softmmu \ --target-list=x86_64-softmmu \
--disable-werror \ --disable-werror \
--extra-cflags="-I$(abspath $(lib_dir))" \ --extra-cflags="-I$(abspath $(lib_dir))" \
--extra-ldflags="-L$(abspath $(lib_dir))" \
--enable-simbricks \
--enable-simbricks-pci && \ --enable-simbricks-pci && \
$(MAKE) $(MAKE)
touch $@ touch $@
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment