From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIhoa-0004oL-J8 for qemu-devel@nongnu.org; Mon, 11 Jan 2016 14:07:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIhoZ-00065s-O4 for qemu-devel@nongnu.org; Mon, 11 Jan 2016 14:07:40 -0500 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:34133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIhoZ-00065g-DA for qemu-devel@nongnu.org; Mon, 11 Jan 2016 14:07:39 -0500 Received: by mail-vk0-x230.google.com with SMTP id a123so199154516vkh.1 for ; Mon, 11 Jan 2016 11:07:39 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1452093672-75002-1-git-send-email-webberapple@gmail.com> From: Peter Maydell Date: Mon, 11 Jan 2016 19:07:19 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC] util: Fix QEMU_LD_PREFIX endless loop List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?6Zmz5aiB5Lyv?= Cc: QEMU Developers On 11 January 2016 at 18:52, =E9=99=B3=E5=A8=81=E4=BC=AF wrote: > ping!! This is on my list to look at. It's a long-standing bug, because -L was never designed to be pointed at an arbitrary directory tree: it's supposed to point to a fairly small set of libraries in a 'system root' generated for a cross-compiling toolchain, not something like a complete filesystem root with a populated /dev subdirectory. thanks -- PMM