diff options
| author | Richard Henderson | 2013-08-01 01:15:18 +0200 |
|---|---|---|
| committer | Richard Henderson | 2013-09-25 16:46:33 +0200 |
| commit | 7f12d6497f9c4907c1ce4ef296392aef305ed587 (patch) | |
| tree | 9ffd2a68c6a6d0d8e47e4bd66e0baf25cd5f96df /configure | |
| parent | tcg-ppc64: Add _noaddr functions for emitting forward branches (diff) | |
| download | qemu-7f12d6497f9c4907c1ce4ef296392aef305ed587.tar.gz qemu-7f12d6497f9c4907c1ce4ef296392aef305ed587.tar.xz 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 |
