From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QETZw-0002QR-51 for qemu-devel@nongnu.org; Mon, 25 Apr 2011 17:44:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QETZu-0001IX-U9 for qemu-devel@nongnu.org; Mon, 25 Apr 2011 17:44:24 -0400 Received: from mail.serverraum.org ([78.47.150.89]:36434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QETZu-0001IN-OB for qemu-devel@nongnu.org; Mon, 25 Apr 2011 17:44:22 -0400 From: Michael Walle Date: Mon, 25 Apr 2011 23:44:25 +0200 References: <1302815698-8524-1-git-send-email-michael@walle.cc> <20110425200457.GA21831@volta.aurel32.net> In-Reply-To: <20110425200457.GA21831@volta.aurel32.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201104252344.26040.michael@walle.cc> Subject: Re: [Qemu-devel] [RFC][PATCH] configure: target dependent linking List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org, Alexander Graf 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 general one and a list which depends on the target > > architecture. > > > > --- > > > > configure | 12 +++++++++--- > > 1 files changed, 9 insertions(+), 3 deletions(-) > > This looks fine to me. > > Reviewed-by: Aurelien Jarno Ok, the next question is, what libs are target dependent. Or should we just start with lm32 (opengl) and ppc? @alex: could you comment on the libs, which are only used for ppc, only fdt? -- Michael