From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: wip-armhf branch ready for wider testing Date: Tue, 20 Jan 2015 20:12:18 -0300 Message-ID: <41595ec3e21c2d59a6c4b1e3768361a7@openmailbox.org> References: <87wq544xjl.fsf@netris.org> <87r3vbadft.fsf@gnu.org> <20150118221223.GA19598@debian> <87bnluws8c.fsf@netris.org> <87a91ezg4l.fsf@gnu.org> <873875vznr.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDhyE-0001jy-1P for guix-devel@gnu.org; Tue, 20 Jan 2015 18:12:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDhyD-0005zH-43 for guix-devel@gnu.org; Tue, 20 Jan 2015 18:12:25 -0500 In-Reply-To: <873875vznr.fsf@netris.org> 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, guix-devel-bounces+d4n1=opmbx.org@gnu.org On 2015-01-20 19:46, Mark H Weaver wrote: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: >=20 >> Mark H Weaver skribis: >>=20 >>> Our armhf targets the same set of machines as Debian's armhf, namely=20 >>> 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". >>=20 >> Since it=E2=80=99s becoming a FAQ, could you add something along these= lines=20 >> to >> the manual, right where armhf-linux is introduced? >=20 > I already put this in the "GNU Distribution" node (chapter 6): >=20 > --8<---------------cut here---------------start------------->8--- > The GNU distribution is currently available on the following > platforms: >=20 > [...] >=20 > =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=20 > kernel. > --8<---------------cut here---------------end--------------->8--- >=20 > Do you think more is needed? >=20 > Mark Great work! thanks.