mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
Toolchain: Updated QEMU from 5.2.0 to 6.0.0-rc3
This commit is contained in:
parent
6cd318d784
commit
3b6454b9c2
1 changed files with 3 additions and 3 deletions
|
@ -12,10 +12,10 @@ PREFIX="$DIR/Local/$ARCH"
|
||||||
BUILD=$(realpath "$DIR/../Build")
|
BUILD=$(realpath "$DIR/../Build")
|
||||||
SYSROOT="$BUILD/Root"
|
SYSROOT="$BUILD/Root"
|
||||||
|
|
||||||
QEMU520_MD5SUM="179f86928835da857c237b42f4b2df73"
|
QEMU600_MD5SUM="9183feff3117673c362cc37f7693ed5a"
|
||||||
|
|
||||||
QEMU_VERSION="qemu-5.2.0"
|
QEMU_VERSION="qemu-6.0.0-rc3"
|
||||||
QEMU_MD5SUM="${QEMU520_MD5SUM}"
|
QEMU_MD5SUM="${QEMU600_MD5SUM}"
|
||||||
|
|
||||||
echo PREFIX is "$PREFIX"
|
echo PREFIX is "$PREFIX"
|
||||||
echo SYSROOT is "$SYSROOT"
|
echo SYSROOT is "$SYSROOT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue