]> git.proxmox.com Git - qemu.git/blobdiff - configure
Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next
[qemu.git] / configure
index cb0f870b95b6ff50cf7b98816e20fca72b2da283..0214bbc546bd7d7448d5cdbdf8c6fcfc024b6710 100755 (executable)
--- a/configure
+++ b/configure
@@ -3624,7 +3624,7 @@ echo "libs_softmmu=$libs_softmmu" >> $config_host_mak
 echo "ARCH=$ARCH" >> $config_host_mak
 
 case "$cpu" in
-  arm|i386|x86_64|ppc)
+  arm|i386|x86_64|ppc|aarch64)
     # 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