diff options
author | malc | 2009-07-18 08:08:40 +0200 |
---|---|---|
committer | malc | 2009-07-18 11:16:36 +0200 |
commit | f6548c0a4b751852b9dcb341e3974e049a45a518 (patch) | |
tree | 07d930c224660029ea93616703e3632e0046938c /configure | |
parent | Fix LHZX opcode value (diff) | |
download | qemu-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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |