From 323c020d19ba80a3fb556af8b278f65409d07be9 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Thu, 11 Oct 2012 08:11:12 +0400 Subject: [PATCH] tizen/emulator_configure.sh: Fix a bug introduced by 147ccdb569136af280c92595f4947256105e256b 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 --- tizen/emulator_configure.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 7b107eb72e..46e7cc47ee 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -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 \ -- 2.34.1