]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
configure: Remove CONFIG_QEMU_LDST_OPTIMIZATION
authorRichard Henderson <rth@twiddle.net>
Thu, 3 Oct 2013 19:58:00 +0000 (14:58 -0500)
committerRichard Henderson <rth@twiddle.net>
Thu, 10 Oct 2013 18:44:26 +0000 (11:44 -0700)
No longer used.

Signed-off-by: Richard Henderson <rth@twiddle.net>
configure

index aeb6bbf1e5c6b040c9ff79be98cf0f853622d9b9..57ee62a6967a3c16e4e3d3183ff4fa213fd46ad9 100755 (executable)
--- 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