diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2021-08-23 11:08:20 -0500 |
|---|---|---|
| committer | Brijesh Singh <brijesh.singh@amd.com> | 2021-08-23 11:08:20 -0500 |
| commit | f23f201ecb91420c2410b2397b3d844e9315982c (patch) | |
| tree | 38f17f0814899a3d98b8346e7f7c85b582bb2784 /common.sh | |
| parent | f12e63e0716e7b23a8284cfec3433a17fd1f562b (diff) | |
| download | cachepc-amdsev-f23f201ecb91420c2410b2397b3d844e9315982c.tar.gz cachepc-amdsev-f23f201ecb91420c2410b2397b3d844e9315982c.zip | |
fix launch script to keep in sync with qemu update
Diffstat (limited to 'common.sh')
| -rwxr-xr-x | common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ build_install_qemu() MAKE="make -j $(getconf _NPROCESSORS_ONLN) LOCALVERSION=" pushd qemu >/dev/null - run_cmd ./configure --target-list=x86_64-softmmu --disable-werror --prefix=$DEST --enable-trace-backend=log --enable-debug --extra-cflags="-g3" --extra-ldflags="-g3" --disable-strip --disable-pie --disable-werror --disable-glusterfs + run_cmd ./configure --target-list=x86_64-softmmu --prefix=$DEST run_cmd $MAKE run_cmd $MAKE install popd >/dev/null |
