|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-ia64-devel] [PATCH] [RESEND] ioemu-remote: fix ia64 compilation err
>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 <=
|
|
|
|
|