From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUyDt-0006As-Om for qemu-devel@nongnu.org; Fri, 19 Sep 2014 09:27:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUyDp-0004l7-DI for qemu-devel@nongnu.org; Fri, 19 Sep 2014 09:27:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUyDp-0004j9-5L for qemu-devel@nongnu.org; Fri, 19 Sep 2014 09:27:37 -0400 Message-ID: <541C2F3A.9000000@redhat.com> Date: Fri, 19 Sep 2014 15:27:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1411070108-8954-1-git-send-email-sw@weilnetz.de> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix cross compilation (nm command) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Stefan Weil Cc: Fam Zheng , QEMU Developers Il 18/09/2014 22:07, Peter Maydell ha scritto: > On 18 September 2014 12:55, Stefan Weil wrote: >> Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils >> tool: nm also needs a cross prefix. >> >> Signed-off-by: Stefan Weil > > Heh, completely missed that when reviewing the original patch. > > Reviewed-by: Peter Maydell Are you going to apply directly? Paolo