diff options
author | Richard Henderson <rth@twiddle.net> | 2013-07-31 16:15:18 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-09-25 07:46:33 -0700 |
commit | 7f12d6497f9c4907c1ce4ef296392aef305ed587 (patch) | |
tree | 9ffd2a68c6a6d0d8e47e4bd66e0baf25cd5f96df /configure | |
parent | c7ca6a2b75f3867dd723c214fac08aa6cbf8cf94 (diff) | |
download | qemu-7f12d6497f9c4907c1ce4ef296392aef305ed587.zip |
tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |