mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
Toolchain: Provide the RISC-V 64 emulator with our QEMU build
This commit is contained in:
parent
ed0936065f
commit
e21af23754
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ echo Using $UI_LIB based UI
|
||||||
|
|
||||||
pushd "$DIR/Build/qemu"
|
pushd "$DIR/Build/qemu"
|
||||||
"$DIR"/Tarballs/qemu-"${QEMU_VERSION}"/configure --prefix="$PREFIX" \
|
"$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-$UI_LIB \
|
||||||
--enable-slirp \
|
--enable-slirp \
|
||||||
$EXTRA_ARGS || exit 1
|
$EXTRA_ARGS || exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue