summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-10-03 14:58:00 -0500
committerRichard Henderson <rth@twiddle.net>2013-10-10 11:44:26 -0700
commitec9135cd6e5e448a3a5c1d75cac611c655ebb3d5 (patch)
treea3dc0735a98d82fae6d1c4791e01e7f585a91276 /configure
parent9ecefc84dd12af07394575a75f0689dc748eea78 (diff)
downloadqemu-ec9135cd6e5e448a3a5c1d75cac611c655ebb3d5.tar.gz
configure: Remove CONFIG_QEMU_LDST_OPTIMIZATION
No longer used. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index aeb6bbf1e5..57ee62a696 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