]> git.proxmox.com Git - qemu.git/blobdiff - configure
tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION
[qemu.git] / configure
index a07abc46b532a4a17da5d85e5875ffb0ca530c64..21438d47695756649976f19b45955d8f4517886a 100755 (executable)
--- a/configure
+++ b/configure
@@ -3609,7 +3609,7 @@ echo "libs_softmmu=$libs_softmmu" >> $config_host_mak
 echo "ARCH=$ARCH" >> $config_host_mak
 
 case "$cpu" in
-  i386|x86_64|ppc)
+  arm|i386|x86_64|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