tizen/emulator_configure.sh: Fix a bug introduced by 147ccdb569136af280c92595f4947256...
authorEvgeny Voevodin <e.voevodin@samsung.com>
Thu, 11 Oct 2012 04:11:12 +0000 (08:11 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Thu, 11 Oct 2012 04:11:12 +0000 (08:11 +0400)
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>
tizen/emulator_configure.sh

index 7b107eb72ed8e955959c90a2f49923f6049e0348..46e7cc47ee5dcf99c1e1438abd322fd93d7342a6 100755 (executable)
@@ -26,7 +26,6 @@ cd ..
 echo ""
 echo "##### QEMU configure for emulator"
 exec ./configure \
- --target-list=i386-softmmu \
  --disable-werror \
  --audio-drv-list=alsa \
  --audio-card-list=ac97 \
@@ -47,7 +46,6 @@ cd ..
 echo ""
 echo "##### QEMU configure for emulator"
 exec ./configure \
- --target-list=i386-softmmu \
  --audio-drv-list=winwave \
  --audio-card-list=ac97 \
  --enable-hax \
@@ -67,7 +65,6 @@ cd ..
 echo ""
 echo "##### QEMU configure for emulator"
 ./configure \
- --target-list=i386-softmmu \
  --audio-drv-list=coreaudio \
  --enable-mixemu \
  --audio-card-list=ac97 \