summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormalc2009-07-18 08:08:40 +0200
committermalc2009-07-18 11:16:36 +0200
commitf6548c0a4b751852b9dcb341e3974e049a45a518 (patch)
tree07d930c224660029ea93616703e3632e0046938c /configure
parentFix LHZX opcode value (diff)
downloadqemu-f6548c0a4b751852b9dcb341e3974e049a45a518.tar.gz
qemu-f6548c0a4b751852b9dcb341e3974e049a45a518.tar.xz
qemu-f6548c0a4b751852b9dcb341e3974e049a45a518.zip
PPC 32/64 GUEST_BASE support
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index edabe8df64..4e49348162 100755
--- a/configure
+++ b/configure
@@ -592,6 +592,9 @@ case "$cpu" in
arm*)
host_guest_base="yes"
;;
+ ppc*)
+ host_guest_base="yes"
+ ;;
esac
[ -z "$guest_base" ] && guest_base="$host_guest_base"