summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2012-11-03 19:38:32 +0400
committermalc <av1474@comtv.ru>2012-11-03 20:17:54 +0400
commited224a56b3b3234d99832a063ee3aaee3613d115 (patch)
treef7ea0603694de0924be3bea9a85306401602c0d1 /configure
parentb51d7b2e10564aedc83513d3961a69f22509eaa9 (diff)
downloadqemu-ed224a56b3b3234d99832a063ee3aaee3613d115.tar.gz
tcg/ppc: ld/st optimization
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8e70cbb224..7290f50e11 100755
--- a/configure
+++ b/configure
@@ -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