Isaku Yamahata
2008-Aug-21 09:57 UTC
[Xen-devel] [PATCH] ioemu-remote: make it compile for ia64
This patch isn''t intended for the 3.3 release because ioemu-remote hasn''t been tested on ia64. Although kqemu.c doesn''t cause a problem, it is also unnecessary because it is for cpu emulation, isn''t it? [IA64] fix ia64 compilation errors 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. Since cpu emulation is unnecessary feature for qemu-dm, don''t compile those files. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> 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)) -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel