summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-07-31 16:15:18 -0700
committerRichard Henderson <rth@twiddle.net>2013-09-25 07:46:33 -0700
commit7f12d6497f9c4907c1ce4ef296392aef305ed587 (patch)
tree9ffd2a68c6a6d0d8e47e4bd66e0baf25cd5f96df /configure
parentc7ca6a2b75f3867dd723c214fac08aa6cbf8cf94 (diff)
downloadqemu-7f12d6497f9c4907c1ce4ef296392aef305ed587.tar.gz
tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ef4d9bf552..ba2d2b0ed6 100755
--- a/configure
+++ b/configure
@@ -3800,7 +3800,7 @@ echo "libs_softmmu=$libs_softmmu" >> $config_host_mak
echo "ARCH=$ARCH" >> $config_host_mak
case "$cpu" in
- arm|i386|x86_64|x32|ppc|aarch64)
+ aarch64 | arm | i386 | x86_64 | x32 | 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