From: Ian Jackson Date: Thu, 28 Aug 2008 14:40:46 +0000 (+0100) Subject: Don't compile translate-all.c. X-Git-Tag: t.master-before-merge~104 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=58cbd0ecff9e12e75b32fe21c51083ac9550e40d;p=qemu-xen-4.0-testing.git Don't compile translate-all.c. We do not need the translation / code emulator for Xen. Disabling it makes it possible to build qemu-xen on ia64. Signed-off-by: Isaku Yamahata --- diff --git a/i386-dm/hookslib.mak b/i386-dm/hookslib.mak index a6a9a10c..2018829c 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))