From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu2Mq-0006g7-VJ for qemu-devel@nongnu.org; Tue, 02 Jul 2013 11:19:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu2Mn-0002oU-Lz for qemu-devel@nongnu.org; Tue, 02 Jul 2013 11:19:44 -0400 Received: from mail-gh0-x236.google.com ([2607:f8b0:4002:c05::236]:51855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu2Mn-0002oM-HX for qemu-devel@nongnu.org; Tue, 02 Jul 2013 11:19:41 -0400 Received: by mail-gh0-f182.google.com with SMTP id z15so2502568ghb.41 for ; Tue, 02 Jul 2013 08:19:41 -0700 (PDT) Sender: Richard Henderson Message-ID: <51D2EF89.40902@twiddle.net> Date: Tue, 02 Jul 2013 08:19:37 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1372649418-4987-1-git-send-email-vapier@gentoo.org> In-Reply-To: <1372649418-4987-1-git-send-email-vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 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: Mike Frysinger Cc: qemu-devel@nongnu.org On 06/30/2013 08:30 PM, Mike Frysinger wrote: > This avoids needing to execute a program and keeping an (incomplete) > list when cross-compiling. > > Signed-off-by: Mike Frysinger For the benefit of the list, this is a porting of the autoconf test. Reviewed-by: Richard Henderson r~