commit | f6548c0a4b751852b9dcb341e3974e049a45a518 | [log] [tgz] |
---|---|---|
author | malc <[email protected]> | Sat Jul 18 10:08:40 2009 +0400 |
committer | malc <[email protected]> | Sat Jul 18 13:16:36 2009 +0400 |
tree | 07d930c224660029ea93616703e3632e0046938c | |
parent | 4f4a67ae78e03b610bddf2dcbf1433b3e783849b [diff] [blame] |
PPC 32/64 GUEST_BASE support Signed-off-by: malc <[email protected]>
diff --git a/configure b/configure index edabe8d..4e49348 100755 --- a/configure +++ b/configure
@@ -592,6 +592,9 @@ arm*) host_guest_base="yes" ;; + ppc*) + host_guest_base="yes" + ;; esac [ -z "$guest_base" ] && guest_base="$host_guest_base"