WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-ia64-devel] [PATCH] [RESEND] ioemu-remote: fix ia64 compilation err

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH] [RESEND] ioemu-remote: fix ia64 compilation errors
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Thu, 28 Aug 2008 11:24:34 +0900
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 27 Aug 2008 19:24:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6i
>From 1e939eb7804015995679afa539c1ab061e6d5e2f Mon Sep 17 00:00:00 2001
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Mon, 25 Aug 2008 14:25:53 +0900
Subject: [PATCH] [IA64] fix ia64 compilation errors

don't compile translate-all.c.
Resolve compilation errors when compiled for ia64.
qemu cpu emulator doesn't support ia64 as host so that
the related files don't compile for ia64. In details
translate-all.c causes compilation error.
Since cpu emulation is unnecessary feature for qemu-dm,
don't compile the file.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 i386-dm/hookslib.mak |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/i386-dm/hookslib.mak b/i386-dm/hookslib.mak
index a6a9a10..2018829 100644
--- a/i386-dm/hookslib.mak
+++ b/i386-dm/hookslib.mak
@@ -1,5 +1,6 @@
 
 BAD_LIBOBJS += exec.o cpu-exec.o tcg%.o translate.o host-utils.o
+BAD_LIBOBJS += translate-all.o
 BAD_LIBOBJS += fpu/%.o helper.o disas.o
 
 LIBOBJS := $(filter-out $(BAD_LIBOBJS), $(LIBOBJS))
-- 
1.6.0.rc0.42.g186458

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH] [RESEND] ioemu-remote: fix ia64 compilation errors, Isaku Yamahata <=