From 0d93f055b496256fb2a58242189a78f3630d9b0b Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 28 Apr 2020 16:46:41 +0800 Subject: [PATCH] cleanup qemu/configure --- qemu/configure | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/qemu/configure b/qemu/configure index fcf04d14..09caef3d 100755 --- a/qemu/configure +++ b/qemu/configure @@ -24,8 +24,6 @@ fi TMPB="qemu-conf" TMPC="${TMPDIR1}/${TMPB}.c" TMPO="${TMPDIR1}/${TMPB}.o" -TMPL="${TMPDIR1}/${TMPB}.lo" -TMPA="${TMPDIR1}/lib${TMPB}.la" TMPE="${TMPDIR1}/${TMPB}.exe" rm -f config.log @@ -161,7 +159,6 @@ unset target_list debug_tcg="no" debug="no" strip_opt="yes" -tcg_interpreter="no" bigendian="no" mingw32="no" EXESUF="" @@ -1156,9 +1153,6 @@ fi if test "$bswap_h" = "yes" ; then echo "CONFIG_MACHINE_BSWAP_H=y" >> $config_host_mak fi -if test "$tcg_interpreter" = "yes" ; then - echo "CONFIG_TCG_INTERPRETER=y" >> $config_host_mak -fi # XXX: suppress that if [ "$bsd" = "yes" ] ; then @@ -1177,9 +1171,7 @@ if test "$int128" = "yes" ; then echo "CONFIG_INT128=y" >> $config_host_mak fi -if test "$tcg_interpreter" = "yes"; then - QEMU_INCLUDES="-I\$(SRC_PATH)/tcg/tci $QEMU_INCLUDES" -elif test "$ARCH" = "sparc64" ; then +if test "$ARCH" = "sparc64" ; then QEMU_INCLUDES="-I\$(SRC_PATH)/tcg/sparc $QEMU_INCLUDES" elif test "$ARCH" = "s390x" ; then QEMU_INCLUDES="-I\$(SRC_PATH)/tcg/s390 $QEMU_INCLUDES"