From 7bf467a5b05d9a39988e609d1a0596b55f63d633 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Wed, 1 Feb 2023 14:00:56 -0600 Subject: Fix qemu build and modify launch_qemu.sh --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.sh') diff --git a/common.sh b/common.sh index 893a430..34d3ff3 100755 --- a/common.sh +++ b/common.sh @@ -140,7 +140,7 @@ build_install_qemu() MAKE="make -j $(getconf _NPROCESSORS_ONLN) LOCALVERSION=" pushd qemu >/dev/null - run_cmd ./configure --target-list=x86_64-softmmu --prefix=$DEST + run_cmd ./configure --disable-werror --target-list=x86_64-softmmu --prefix=$DEST run_cmd $MAKE run_cmd $MAKE install popd >/dev/null -- cgit v1.2.3-71-gd317