diff options
author | Richard Henderson <rth@twiddle.net> | 2013-07-15 13:21:10 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-07-15 13:21:10 -0700 |
commit | f290e4988dd8eb012de0517a1ff93df130e87da1 (patch) | |
tree | 0c3a2a6ec091dd6f0898708790460c501541b554 /configure | |
parent | a28177820a868eafda8fab007561cc19f41941f4 (diff) | |
parent | c6d8ed24b446b1f1e07af87cde54317f54a1d42e (diff) | |
download | qemu-f290e4988dd8eb012de0517a1ff93df130e87da1.tar.gz qemu-f290e4988dd8eb012de0517a1ff93df130e87da1.tar.bz2 qemu-f290e4988dd8eb012de0517a1ff93df130e87da1.zip |
Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |