aboutsummaryrefslogtreecommitdiffstats
path: root/common.sh
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-01 14:00:56 -0600
committerLouis Burda <quent.burda@gmail.com>2023-02-01 14:00:56 -0600
commit7bf467a5b05d9a39988e609d1a0596b55f63d633 (patch)
tree2a27396d3c11408395833ab67de30f7266da6c92 /common.sh
parenta480a514798b9d226b5aca9f96ce47c9458f504c (diff)
downloadcachepc-amdsev-7bf467a5b05d9a39988e609d1a0596b55f63d633.tar.gz
cachepc-amdsev-7bf467a5b05d9a39988e609d1a0596b55f63d633.zip
Fix qemu build and modify launch_qemu.sh
Diffstat (limited to 'common.sh')
-rwxr-xr-xcommon.sh2
1 files changed, 1 insertions, 1 deletions
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