Re: [Qemu-devel] [PATCH v6 5/8] configure: introduce --enable-modules

2013-09-11 Thread Fam Zheng
On Wed, 09/11 15:46, Paolo Bonzini wrote: > Il 11/09/2013 15:34, Fam Zheng ha scritto: > > The new option will enable support of shared object build. Otherwise > > objects are static linked to executables. > > > > Signed-off-by: Fam Zheng > > --- > > Makefile.target | 6 +- > > configure

Re: [Qemu-devel] [PATCH v6 5/8] configure: introduce --enable-modules

2013-09-11 Thread Paolo Bonzini
Il 11/09/2013 15:34, Fam Zheng ha scritto: > The new option will enable support of shared object build. Otherwise > objects are static linked to executables. > > Signed-off-by: Fam Zheng > --- > Makefile.target | 6 +- > configure | 8 > rules.mak | 6 +- > 3 files c

[Qemu-devel] [PATCH v6 5/8] configure: introduce --enable-modules

2013-09-11 Thread Fam Zheng
The new option will enable support of shared object build. Otherwise objects are static linked to executables. Signed-off-by: Fam Zheng --- Makefile.target | 6 +- configure | 8 rules.mak | 6 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Makefi