From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Preliminary 'wip-armhf' branch pushed Date: Fri, 02 Jan 2015 21:45:11 +0100 Message-ID: <877fx4hpyg.fsf@gnu.org> References: <87lhln7mlk.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y795u-0007Pk-RU for guix-devel@gnu.org; Fri, 02 Jan 2015 15:45:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y795p-0000VW-Sv for guix-devel@gnu.org; Fri, 02 Jan 2015 15:45:14 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:52639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y795p-0000Uy-LY for guix-devel@gnu.org; Fri, 02 Jan 2015 15:45:09 -0500 In-Reply-To: <87lhln7mlk.fsf@netris.org> (Mark H. Weaver's message of "Wed, 31 Dec 2014 12:31:03 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > I've pushed a new branch 'wip-armhf' (not to be confused with 'wip-arm') > which seems likely to finish natively building bootstrap tarballs soon. > It is based on the 'core-updates' branch. Cool! > I chose system name "armhf-linux", GNU triplet "arm-linux-gnueabihf", > and the following GCC configure flags: > > --with-arch=3Darmv7-a > --with-float=3Dhard > --with-mode=3Dthumb > --with-fpu=3Dvfpv3-d16 Does it mean that GCC generates Thumb code by default? Thanks, Ludo=E2=80=99.