]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
Don't compile translate-all.c.
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 28 Aug 2008 14:40:46 +0000 (15:40 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 28 Aug 2008 14:40:46 +0000 (15:40 +0100)
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 <yamahata@valinux.co.jp>
i386-dm/hookslib.mak

index a6a9a10c89a85109312840366bc60730ab4b66fc..2018829c185e1ca7441204b00ee897e4cd3e6fb9 100644 (file)
@@ -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))