From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUNnJ-0003wr-U0 for qemu-devel@nongnu.org; Thu, 10 Oct 2013 17:29:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUNnC-0002R8-Uu for qemu-devel@nongnu.org; Thu, 10 Oct 2013 17:29:17 -0400 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:52487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUNnC-0002Qx-OI for qemu-devel@nongnu.org; Thu, 10 Oct 2013 17:29:10 -0400 Received: by mail-pb0-f52.google.com with SMTP id wz12so3157398pbc.25 for ; Thu, 10 Oct 2013 14:29:09 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Thu, 10 Oct 2013 14:28:42 -0700 Message-Id: <1381440525-6666-15-git-send-email-rth@twiddle.net> In-Reply-To: <1381440525-6666-1-git-send-email-rth@twiddle.net> References: <1381440525-6666-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 14/17] configure: Remove CONFIG_QEMU_LDST_OPTIMIZATION List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net, anthony@codemonkey.ws No longer used. Signed-off-by: Richard Henderson --- configure | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure b/configure index aeb6bbf..57ee62a 100755 --- a/configure +++ b/configure @@ -3791,14 +3791,6 @@ echo "libs_softmmu=$libs_softmmu" >> $config_host_mak echo "ARCH=$ARCH" >> $config_host_mak -case "$cpu" in - aarch64 | arm | i386 | x86_64 | x32 | ppc*) - # The TCG interpreter currently does not support ld/st optimization. - if test "$tcg_interpreter" = "no" ; then - echo "CONFIG_QEMU_LDST_OPTIMIZATION=y" >> $config_host_mak - fi - ;; -esac if test "$debug_tcg" = "yes" ; then echo "CONFIG_DEBUG_TCG=y" >> $config_host_mak fi -- 1.8.1.4