mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Toolchain: Upgrade BuildQemu.sh to the latest 5.2.0 release
This commit is contained in:
parent
e640fdd395
commit
90adfcad3a
Notes:
sideshowbarker
2024-07-18 21:58:23 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/90adfcad3ab Pull-request: https://github.com/SerenityOS/serenity/pull/5495
1 changed files with 3 additions and 5 deletions
|
@ -8,16 +8,14 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||
echo "$DIR"
|
||||
|
||||
ARCH=${ARCH:-"i686"}
|
||||
TARGET="$ARCH-pc-serenity"
|
||||
PREFIX="$DIR/Local/$ARCH"
|
||||
BUILD=$(realpath "$DIR/../Build")
|
||||
SYSROOT="$BUILD/Root"
|
||||
|
||||
QEMU300_MD5SUM="6a5c8df583406ea24ef25b239c3243e0"
|
||||
QEMU410_MD5SUM="cdf2b5ca52b9abac9bacb5842fa420f8"
|
||||
QEMU520_MD5SUM="179f86928835da857c237b42f4b2df73"
|
||||
|
||||
QEMU_VERSION="qemu-4.1.0"
|
||||
QEMU_MD5SUM="${QEMU410_MD5SUM}"
|
||||
QEMU_VERSION="qemu-5.2.0"
|
||||
QEMU_MD5SUM="${QEMU520_MD5SUM}"
|
||||
|
||||
echo PREFIX is "$PREFIX"
|
||||
echo SYSROOT is "$SYSROOT"
|
||||
|
|
Loading…
Reference in a new issue