summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson2013-07-15 22:21:10 +0200
committerRichard Henderson2013-07-15 22:21:10 +0200
commitf290e4988dd8eb012de0517a1ff93df130e87da1 (patch)
tree0c3a2a6ec091dd6f0898708790460c501541b554 /configure
parenttcg: Remove temp_buf (diff)
parenttcg/aarch64: Implement tlb lookup fast path (diff)
downloadqemu-f290e4988dd8eb012de0517a1ff93df130e87da1.tar.gz
qemu-f290e4988dd8eb012de0517a1ff93df130e87da1.tar.xz
qemu-f290e4988dd8eb012de0517a1ff93df130e87da1.zip
Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cb0f870b95..0214bbc546 100755
--- 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