]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commitdiff
More exclusions from libqemu.a
authorIan Jackson <iwj@mariner.uk.xensource.com>
Tue, 3 Jun 2008 14:41:44 +0000 (15:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 3 Jun 2008 14:41:44 +0000 (15:41 +0100)
Makefile.target
i386-dm/hookslib.mak [new file with mode: 0644]

index 557a1bdc87796be458be504e2a032459bb8e0e39..c288b8725e9129b033e916ce4b2120d98c929666 100644 (file)
@@ -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 (file)
index 0000000..3a91b97
--- /dev/null
@@ -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))