From: Zhang Xiantao <[EMAIL PROTECTED]>
Date: Mon, 3 Dec 2007 13:37:44 +0800
Subject: [PATCH] Update the configure to make it work for ia64
Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]>
---
 configure |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 7ce414b..c6b3ff3 100755
--- a/configure
+++ b/configure
@@ -101,6 +101,10 @@ if [ "$arch" = "i386" -o "$arch" = "x86_64" ]; then
     target_exec="x86_64-softmmu"
 fi
 
+if [ "$arch" = "ia64" ]; then
+    target_exec="ia64-softmmu"
+fi
+
 #configure user dir
 (cd user; ./configure --prefix="$prefix"
--kerneldir="$libkvm_kerneldir" \
           --arch="$arch" \
-- 
1.5.2

Attachment: 0001-Update-the-configure-to-make-it-work-for-ia64.patch
Description: 0001-Update-the-configure-to-make-it-work-for-ia64.patch

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to