From: Ian Jackson Date: Tue, 3 Jun 2008 14:41:44 +0000 (+0100) Subject: More exclusions from libqemu.a X-Git-Tag: xen-3.3.0-rc1~110 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=562f4e644ce7f70040216f5061ce09c284b2c1f0;p=qemu-xen-4.1-testing.git More exclusions from libqemu.a --- diff --git a/Makefile.target b/Makefile.target index 557a1bdc8..c288b8725 100644 --- a/Makefile.target +++ b/Makefile.target @@ -291,6 +291,8 @@ ifdef CONFIG_DYNGEN_OP OPC_H = gen-op.h dyngen-opc.h op.h endif +include hookslib.mak + libqemu.a: $(LIBOBJS) rm -f $@ $(AR) rcs $@ $(LIBOBJS) diff --git a/i386-dm/hookslib.mak b/i386-dm/hookslib.mak new file mode 100644 index 000000000..3a91b976a --- /dev/null +++ b/i386-dm/hookslib.mak @@ -0,0 +1,5 @@ + +BAD_LIBOBJS += exec.o cpu-exec.o tcg%.o translate.o host-utils.o +BAD_LIBOBJS += fpu/%.o helper.o + +LIBOBJS := $(filter-out $(BAD_LIBOBJS), $(LIBOBJS))