Re: [Qemu-devel] [PATCH] rules.mak: remove $(sort) from extract-libs

2014-06-16 Thread Peter Maydell
On 16 June 2014 15:43, Paolo Bonzini wrote: > Duplicate removal was added to extract-libs in order to avoid including > the same library multiple times into the linking command line; this could > potentially happen when using "foo.mo-libs" (which adds the library to > all components, causing it to

Re: [Qemu-devel] [PATCH] rules.mak: remove $(sort) from extract-libs

2014-06-16 Thread Fam Zheng
On Mon, 06/16 16:43, Paolo Bonzini wrote: > Duplicate removal was added to extract-libs in order to avoid including > the same library multiple times into the linking command line; this could > potentially happen when using "foo.mo-libs" (which adds the library to > all components, causing it to ap

[Qemu-devel] [PATCH] rules.mak: remove $(sort) from extract-libs

2014-06-16 Thread Paolo Bonzini
Duplicate removal was added to extract-libs in order to avoid including the same library multiple times into the linking command line; this could potentially happen when using "foo.mo-libs" (which adds the library to all components, causing it to appear N times if the module is composed of N object