Revision ec9135cd configure

b/configure
3791 3791

  
3792 3792
echo "ARCH=$ARCH" >> $config_host_mak
3793 3793

  
3794
case "$cpu" in
3795
  aarch64 | arm | i386 | x86_64 | x32 | ppc*)
3796
    # The TCG interpreter currently does not support ld/st optimization.
3797
    if test "$tcg_interpreter" = "no" ; then
3798
        echo "CONFIG_QEMU_LDST_OPTIMIZATION=y" >> $config_host_mak
3799
    fi
3800
  ;;
3801
esac
3802 3794
if test "$debug_tcg" = "yes" ; then
3803 3795
  echo "CONFIG_DEBUG_TCG=y" >> $config_host_mak
3804 3796
fi

Also available in: Unified diff