From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Ze3gO-0000RG-Au for mharc-grub-devel@gnu.org; Mon, 21 Sep 2015 12:11:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze3gL-0000Qy-So for grub-devel@gnu.org; Mon, 21 Sep 2015 12:11:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ze3gI-0006b9-H4 for grub-devel@gnu.org; Mon, 21 Sep 2015 12:11:09 -0400 Received: from world.peace.net ([50.252.239.5]:42453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze3gI-0006GF-DD for grub-devel@gnu.org; Mon, 21 Sep 2015 12:11:06 -0400 Received: from [10.1.10.193] (helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Ze3g1-00038L-MC; Mon, 21 Sep 2015 12:10:50 -0400 From: Mark H Weaver To: Andrei Borzenkov Subject: Re: [PATCH] Ensure that MIPS target code is compiled for the O32 ABI. References: <1440009323-8667-1-git-send-email-mhw@netris.org> <55D6A36D.205@gmail.com> <876147ryhy.fsf@netris.org> <55DAC58C.1030105@gmail.com> <87si79nmp3.fsf@netris.org> <55DAD1F9.7080302@gmail.com> <55DAE394.6030306@gmail.com> <87mvxfp6y8.fsf@netris.org> <55F2EDF4.4040207@gmail.com> <87a8srjb1h.fsf@netris.org> <55F583DD.2020805@gmail.com> <87pp1lx559.fsf@netris.org> <55FE39BA.5030001@gmail.com> Date: Mon, 21 Sep 2015 12:09:34 -0400 In-Reply-To: <55FE39BA.5030001@gmail.com> (Andrei Borzenkov's message of "Sun, 20 Sep 2015 07:44:42 +0300") Message-ID: <87io73bvpd.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 50.252.239.5 Cc: The development of GNU GRUB 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: Mon, 21 Sep 2015 16:11:10 -0000 Andrei Borzenkov writes: > 14.09.2015 02:37, Mark H Weaver =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> >> The little-endian-option test fails with GCC 5.2.0. The relevant errors >> from config.log are: >> >> gcc: error: unrecognized command line option '-target' >> gcc: error: unrecognized command line option '-mlittle-endian' > > Oh, well ... let's try once more. Your newest patches work for me with both GCC and Clang. I think they are ready to push. Thanks! Mark