Toolchain: Update BuildQemu.sh to qemu-7.0

QEMU 7.0 was released on April 19th.
Release Notes: https://wiki.qemu.org/ChangeLog/7.0
This commit is contained in:
EWouters 2022-04-22 21:35:28 +02:00 committed by Brian Gianforcaro
parent 57c6829249
commit ab37791431
Notes: sideshowbarker 2024-07-17 20:33:50 +09:00

View File

@ -11,8 +11,8 @@ PREFIX="$DIR/Local/qemu"
BUILD=$(realpath "$DIR/../Build")
SYSROOT="$BUILD/Root"
QEMU_VERSION="qemu-6.2.0"
QEMU_MD5SUM="a077669ce58b6ee07ec355e54aad25be"
QEMU_VERSION="qemu-7.0.0"
QEMU_MD5SUM="bfb5b09a0d1f887c8c42a6d5f26971ab"
echo PREFIX is "$PREFIX"
echo SYSROOT is "$SYSROOT"