From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMQfz-0001uW-Gu for qemu-devel@nongnu.org; Sun, 20 Dec 2009 13:38:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMQfu-0001tn-CA for qemu-devel@nongnu.org; Sun, 20 Dec 2009 13:38:42 -0500 Received: from [199.232.76.173] (port=34267 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMQfu-0001tk-3T for qemu-devel@nongnu.org; Sun, 20 Dec 2009 13:38:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52321) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NMQft-0006Ey-MD for qemu-devel@nongnu.org; Sun, 20 Dec 2009 13:38:37 -0500 Message-ID: <4B2E6F2B.8040809@redhat.com> Date: Sun, 20 Dec 2009 19:38:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] fix tool/libuser makefile race References: <1261132832-7688-1-git-send-email-pbonzini@redhat.com> <354EB756-80DD-47C4-9D7D-683A2E34B042@web.de> <4B2E6B80.1050503@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: qemu-devel@nongnu.org, Juan Quintela On 12/20/2009 07:30 PM, Andreas F=E4rber wrote: > > Am 20.12.2009 um 19:22 schrieb Paolo Bonzini: > >> On 12/18/2009 07:59 PM, Andreas F=E4rber wrote: >>> >>> Think of my porposed Makefile patch! >> >> Which one? > > In particular my add-on patch for libuser.a, which tackled exactly that > issue: > > http://www.mail-archive.com/qemu-devel@nongnu.org/msg20948.html Ah, thanks. Just to be clear, this issue was on Linux, not on Solaris.=20 It is completely unrelated to --whole-archive and is a real bug. Paolo