1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:37:46 +00:00

Toolchain: Provide the RISC-V 64 emulator with our QEMU build

This commit is contained in:
kleines Filmröllchen 2023-08-10 19:56:49 +02:00 committed by Daniel Bertalan
parent ed0936065f
commit e21af23754

View file

@ -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