mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Toolchain: Provide the RISC-V 64 emulator with our QEMU build
This commit is contained in:
parent
ed0936065f
commit
e21af23754
Notes:
sideshowbarker
2024-07-16 23:55:09 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/e21af23754 Pull-request: https://github.com/SerenityOS/serenity/pull/20482 Reviewed-by: https://github.com/BertalanD ✅
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ echo Using $UI_LIB based UI
|
|||
|
||||
pushd "$DIR/Build/qemu"
|
||||
"$DIR"/Tarballs/qemu-"${QEMU_VERSION}"/configure --prefix="$PREFIX" \
|
||||
--target-list=aarch64-softmmu,x86_64-softmmu \
|
||||
--target-list=aarch64-softmmu,x86_64-softmmu,riscv64-softmmu \
|
||||
--enable-$UI_LIB \
|
||||
--enable-slirp \
|
||||
$EXTRA_ARGS || exit 1
|
||||
|
|
Loading…
Reference in a new issue