From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XUyYe-00083c-R9 for mharc-grub-devel@gnu.org; Fri, 19 Sep 2014 09:49:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUyYY-00083W-U6 for grub-devel@gnu.org; Fri, 19 Sep 2014 09:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUyYU-0001ZH-0E for grub-devel@gnu.org; Fri, 19 Sep 2014 09:49:02 -0400 Received: from b.a.painless.aa.net.uk ([81.187.30.65]:44460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUyYT-0001Qz-Qb for grub-devel@gnu.org; Fri, 19 Sep 2014 09:48:57 -0400 Received: from 3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.4.1.b.e.2.f.f.b.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:bff2:eb14::3] helo=riva.pelham.vpn.ucam.org) by a.painless.aa.net.uk with esmtps (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1XUyY9-00070G-3j for grub-devel@gnu.org; Fri, 19 Sep 2014 14:48:45 +0100 Received: from ns1.pelham.vpn.ucam.org ([172.20.153.2] helo=riva.ucam.org) by riva.pelham.vpn.ucam.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1XUyY8-0004AL-5B for grub-devel@gnu.org; Fri, 19 Sep 2014 14:48:36 +0100 Date: Fri, 19 Sep 2014 14:48:35 +0100 From: Colin Watson To: The development of GNU GRUB Subject: Re: [RFC PATCH 1/3] Add powerpc little-endian (ppc64le) flags Message-ID: <20140919134834.GA9774@riva.ucam.org> References: <1409255765-3209-1-git-send-email-pfsmorigo@linux.vnet.ibm.com> <1409255765-3209-2-git-send-email-pfsmorigo@linux.vnet.ibm.com> <20140917220444.GA8777@beren.chocolate> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140917220444.GA8777@beren.chocolate> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.187.30.65 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 13:49:08 -0000 On Wed, Sep 17, 2014 at 07:04:44PM -0300, Paulo Flabiano Smorigo wrote: > +if test x$target_cpu = xpowerpc && test x$ac_cv_c_bigendian = xno; then > + #LD_FORCE_LE=1 You should probably either uncomment this or remove it. We don't normally leave commented-out bits of code lying around, at least not without another comment explaining what's going on ... Thanks, -- Colin Watson [cjwatson@ubuntu.com]