From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: wip-armhf branch ready for wider testing Date: Tue, 20 Jan 2015 17:46:16 -0500 Message-ID: <873875vznr.fsf@netris.org> References: <87wq544xjl.fsf@netris.org> <87r3vbadft.fsf@gnu.org> <20150118221223.GA19598@debian> <87bnluws8c.fsf@netris.org> <87a91ezg4l.fsf@gnu.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]:57577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDhZH-0002n0-NZ for guix-devel@gnu.org; Tue, 20 Jan 2015 17:46:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDhZD-0005BQ-9Y for guix-devel@gnu.org; Tue, 20 Jan 2015 17:46:39 -0500 In-Reply-To: <87a91ezg4l.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 19 Jan 2015 21:10:02 +0100") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mark H Weaver skribis: > >> Our armhf targets the same set of machines as Debian's armhf, namely the >> ARMv7-A architecture with VFP3D16 coprocessor. So 'uname -m' must >> output "armv7l" or better, and I guess the processor "Features" as >> reported by /proc/cpuinfo must include "vfpv3" and either "vfpd16" >> or "vfpd32". > > Since it=E2=80=99s becoming a FAQ, could you add something along these li= nes to > the manual, right where armhf-linux is introduced? I already put this in the "GNU Distribution" node (chapter 6): --8<---------------cut here---------------start------------->8--- The GNU distribution is currently available on the following platforms: [...] =E2=80=98armhf-linux=E2=80=99 ARMv7-A architecture with hard float, Thumb-2 and VFP3D16 coprocessor, using the EABI hard-float ABI, and Linux-Libre kernel. --8<---------------cut here---------------end--------------->8--- Do you think more is needed? Mark