* [kvm-ppc-devel] [PATCH 1 of 4] Enhnace kvm-userspace configure
@ 2008-01-18 21:50 Jerone Young
2008-01-25 23:34 ` Jerone Young
0 siblings, 1 reply; 2+ messages in thread
From: Jerone Young @ 2008-01-18 21:50 UTC (permalink / raw)
To: kvm-ppc
# HG changeset patch
# User Jerone Young <jyoung5@us.ibm.com>
# Date 1200692014 21600
# Node ID fcd4cac3f4228c3e0dfdc88c8777a3d12145efb9
# Parent 7289294410468fac5e89108138e16da0e3c2dc9a
Enhnace kvm-userspace configure script for powerpc
Add powerpc to compile compile qemu option.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -101,6 +101,10 @@ if [ "$arch" = "ia64" ]; then
target_exec="ia64-softmmu"
fi
+if [ "$arch" = "powerpc" ]; then
+ target_exec="ppcemb-softmmu"
+fi
+
#configure user dir
(cd user; ./configure --prefix="$prefix" --kerneldir="$libkvm_kerneldir" \
--arch="$arch" \
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-25 23:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-18 21:50 [kvm-ppc-devel] [PATCH 1 of 4] Enhnace kvm-userspace configure Jerone Young
2008-01-25 23:34 ` Jerone Young
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.