The string "--target-list=i386-softmmu" shouldn't be there because appropriate target list is
generated inside build.sh script in $CONFIGURE_APPEND.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
echo ""
echo "##### QEMU configure for emulator"
exec ./configure \
- --target-list=i386-softmmu \
--disable-werror \
--audio-drv-list=alsa \
--audio-card-list=ac97 \
echo ""
echo "##### QEMU configure for emulator"
exec ./configure \
- --target-list=i386-softmmu \
--audio-drv-list=winwave \
--audio-card-list=ac97 \
--enable-hax \
echo ""
echo "##### QEMU configure for emulator"
./configure \
- --target-list=i386-softmmu \
--audio-drv-list=coreaudio \
--enable-mixemu \
--audio-card-list=ac97 \