From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTuj8-0005lp-AS for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:36:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTuj3-0005lC-IX for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:36:37 -0400 Received: from [199.232.76.173] (port=36024 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTuj3-0005kz-At for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:36:33 -0400 Received: from mx20.gnu.org ([199.232.41.8]:30318) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTuj2-0008Ub-UA for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:36:33 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTuj1-00084F-L5 for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:36:31 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 00/37] Generate a proper LIBS variable Date: Thu, 23 Jul 2009 10:36:28 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907231036.29505.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Juan Quintela > I tend to think that using the same libraries for all binaries is a good > idea, but I think we shouldn't confuse the isues. Usermode and full system emulation are completely different applications. It makes no sense to use the same set of libraries. Paul