From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTkNS-0001uM-GS for qemu-devel@nongnu.org; Wed, 22 Jul 2009 18:33:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTkNN-0001qy-VO for qemu-devel@nongnu.org; Wed, 22 Jul 2009 18:33:34 -0400 Received: from [199.232.76.173] (port=36386 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTkNN-0001qr-Rr for qemu-devel@nongnu.org; Wed, 22 Jul 2009 18:33:29 -0400 Received: from mx20.gnu.org ([199.232.41.8]:59364) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTkNN-0003c7-MC for qemu-devel@nongnu.org; Wed, 22 Jul 2009 18:33:29 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTkNI-00048D-Bl for qemu-devel@nongnu.org; Wed, 22 Jul 2009 18:33:24 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 00/37] Generate a proper LIBS variable Date: Wed, 22 Jul 2009 23:33:20 +0100 References: <4A67594C.7080908@codemonkey.ws> In-Reply-To: <4A67594C.7080908@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907222333.21770.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'd rather see the us generate a config-host.ld that contained the > >> output of ld --verbose -v | grep SEARCH_DIR and then do: > > > > Only for x86_64 or all architectures? Once here. > > For all I would think. My only concern is that we'll break non-GNU ld's > but we'll cross that bridge when we come to it. We should only be using linker scripts for the userspace emulation. Paul