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
Notes: sideshowbarker 2024-07-16 23:55:09 +09:00

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