From: Jerone Young <jyoung5@us.ibm.com>
To: kvm-ppc@vger.kernel.org
Subject: [kvm-ppc-devel] [PATCH 1 of 4] Enhnace kvm-userspace configure
Date: Fri, 25 Jan 2008 23:34:24 +0000 [thread overview]
Message-ID: <e8c6f72ac5410ec25ada.1201304064@thinkpad> (raw)
In-Reply-To: <fcd4cac3f4228c3e0dfd.1200693045@thinkpad>
# HG changeset patch
# User Jerone Young <jyoung5@us.ibm.com>
# Date 1201288297 21600
# Node ID e8c6f72ac5410ec25ada6157d5e13f7f673e2fa8
# Parent 3072dbf89e77e75b263b0cbd3b998b6b562fe3f8
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
prev parent reply other threads:[~2008-01-25 23:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e8c6f72ac5410ec25ada.1201304064@thinkpad \
--to=jyoung5@us.ibm.com \
--cc=kvm-ppc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.