From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPIZU-0004x5-Jz for qemu-devel@nongnu.org; Thu, 26 Sep 2013 16:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPIZO-0006HQ-Df for qemu-devel@nongnu.org; Thu, 26 Sep 2013 16:54:00 -0400 Sender: Paolo Bonzini Message-ID: <52449EF0.3090406@redhat.com> Date: Thu, 26 Sep 2013 22:54:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1372649418-4987-1-git-send-email-vapier@gentoo.org> <522E21B9.509@weilnetz.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] configure: detect endian via compile test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Doug Goldstein , Anthony Liguori , =?UTF-8?B?QXVyw6lsaWVuIEphcm5v?= Cc: James Hogan , Mike Frysinger , qemu-devel , qemu-stable@nongnu.org, Stefan Weil , Richard Henderson Il 26/09/2013 05:22, Doug Goldstein ha scritto: > On Mon, Sep 9, 2013 at 2:30 PM, Stefan Weil wrote: >> Am 28.08.2013 10:21, schrieb James Hogan: >>> On 1 July 2013 04:30, Mike Frysinger wrote: >>>> This avoids needing to execute a program and keeping an (incomplete) >>>> list when cross-compiling. Signed-off-by: Mike Frysinger >>>> >>> This fixes mipsel cross compiling. I also checked it detected a mips >>> (be) compiler as big endian. Tested-by: James Hogan >>> [mips] Can somebody please apply this. Maybe >>> for stable too? Cheers James >> >> Ping? Aurelien, Anthony, who wants to commit this patch? >> Richard already reviewed it. >> >> See also http://patchwork.ozlabs.org/patch/268687/ for >> another configure patch waiting for a commit. >> >> Regards, >> Stefan >> >> > > Ping on getting this into master (and then over to stable). > Thanks Doug. Anthony, Aurelien, can you commit it? Paolo