Toolchain: Stop building QEMU with i386 support

This commit is contained in:
Marco Cutecchia 2023-04-08 22:04:11 +02:00 committed by Brian Gianforcaro
parent 4555e3b8d2
commit 401946947c
Notes: sideshowbarker 2024-07-17 02:08:15 +09:00

View file

@ -62,7 +62,7 @@ echo Using $UI_LIB based UI
pushd "$DIR/Build/qemu" pushd "$DIR/Build/qemu"
"$DIR"/Tarballs/$QEMU_VERSION/configure --prefix="$PREFIX" \ "$DIR"/Tarballs/$QEMU_VERSION/configure --prefix="$PREFIX" \
--target-list=aarch64-softmmu,i386-softmmu,x86_64-softmmu \ --target-list=aarch64-softmmu,x86_64-softmmu \
--enable-$UI_LIB || exit 1 --enable-$UI_LIB || exit 1
make -j "$MAKEJOBS" || exit 1 make -j "$MAKEJOBS" || exit 1
make install || exit 1 make install || exit 1