Skip to content

Commit

Permalink
Toolchain: Also build aarch64-softmmu in BuildQemu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nico authored and linusg committed Aug 28, 2021
1 parent 72de228 commit a900792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolchain/BuildQemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ echo Using $UI_LIB based UI

pushd "$DIR/Build/qemu"
"$DIR"/Tarballs/$QEMU_VERSION/configure --prefix="$PREFIX" \
--target-list=i386-softmmu,x86_64-softmmu \
--target-list=aarch64-softmmu,i386-softmmu,x86_64-softmmu \
--enable-$UI_LIB || exit 1
make -j "$MAKEJOBS" || exit 1
make install || exit 1
Expand Down

0 comments on commit a900792

Please sign in to comment.