diff options
author | malc <av1474@comtv.ru> | 2012-11-03 19:38:32 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2012-11-03 20:17:54 +0400 |
commit | ed224a56b3b3234d99832a063ee3aaee3613d115 (patch) | |
tree | f7ea0603694de0924be3bea9a85306401602c0d1 /configure | |
parent | b51d7b2e10564aedc83513d3961a69f22509eaa9 (diff) |
tcg/ppc: ld/st optimization
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3882,7 +3882,7 @@ upper() { } case "$cpu" in - i386|x86_64) + i386|x86_64|ppc) echo "CONFIG_QEMU_LDST_OPTIMIZATION=y" >> $config_target_mak ;; esac |