mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
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:
parent
57c6829249
commit
ab37791431
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue