Re: [Qemu-devel] [RFC][PATCH] configure: target dependent linking

2011-04-25 Thread Alexander Graf
On 25.04.2011, at 23:44, Michael Walle wrote: > Am Montag 25 April 2011, 22:04:58 schrieb Aurelien Jarno: >> On Thu, Apr 14, 2011 at 11:14:58PM +0200, Michael Walle wrote: >>> This patch is the first attempt to make configure more intelligent with >>> regard to how it links to libraries. It divid

Re: [Qemu-devel] [RFC][PATCH] configure: target dependent linking

2011-04-25 Thread Michael Walle
Am Montag 25 April 2011, 22:04:58 schrieb Aurelien Jarno: > On Thu, Apr 14, 2011 at 11:14:58PM +0200, Michael Walle wrote: > > This patch is the first attempt to make configure more intelligent with > > regard to how it links to libraries. It divides the softmmu libraries > > into two lists, a gene

Re: [Qemu-devel] [RFC][PATCH] configure: target dependent linking

2011-04-25 Thread Aurelien Jarno
On Thu, Apr 14, 2011 at 11:14:58PM +0200, Michael Walle wrote: > This patch is the first attempt to make configure more intelligent with > regard to how it links to libraries. It divides the softmmu libraries into > two lists, a general one and a list which depends on the target > architecture. >

[Qemu-devel] [RFC][PATCH] configure: target dependent linking

2011-04-14 Thread Michael Walle
This patch is the first attempt to make configure more intelligent with regard to how it links to libraries. It divides the softmmu libraries into two lists, a general one and a list which depends on the target architecture. --- configure | 12 +--- 1 files changed, 9 insertions(+), 3 d