From 86e5d29b742e4968d9dc306472bf14e3dd37d98f Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 19 Jan 2017 14:15:00 +0800 Subject: [PATCH] more cleanup qemu/configure --- qemu/configure | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/qemu/configure b/qemu/configure index c3ff9e87..81666a91 100755 --- a/qemu/configure +++ b/qemu/configure @@ -1262,8 +1262,7 @@ case "$target_name" in target_bigendian=yes ;; esac -target_softmmu="no" -target_user_only="no" +target_softmmu="yes" case "$target" in ${target_name}-softmmu) target_softmmu="yes" @@ -1408,14 +1407,6 @@ fi if test "$target_softmmu" = "yes" ; then echo "CONFIG_SOFTMMU=y" >> $config_target_mak fi -if test "$target_user_only" = "yes" ; then - echo "CONFIG_USER_ONLY=y" >> $config_target_mak - echo "CONFIG_QEMU_INTERP_PREFIX=\"$interp_prefix1\"" >> $config_target_mak -fi -list="" -if test "$target_user_only" = "yes" -a "$bflt" = "yes"; then - echo "TARGET_HAS_BFLT=y" >> $config_target_mak -fi # generate QEMU_CFLAGS/LDFLAGS for targets