From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21987: Version 0.9 Fails to Compile on Raspbian Date: Wed, 25 Nov 2015 17:02:46 +0100 Message-ID: <87vb8qdq3d.fsf@gnu.org> References: <56524494.5060507@softf1.com> <87d1v0srpq.fsf@gnu.org> <56538E5A.60907@softf1.com> <874mgbixba.fsf@gnu.org> <87610qyesf.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]:48664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1cYA-0007bR-Hu for bug-guix@gnu.org; Wed, 25 Nov 2015 11:04:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1cY7-00020Z-Bq for bug-guix@gnu.org; Wed, 25 Nov 2015 11:04:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1cY7-00020R-3J for bug-guix@gnu.org; Wed, 25 Nov 2015 11:04:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a1cY6-0001CN-ST for bug-guix@gnu.org; Wed, 25 Nov 2015 11:04:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87610qyesf.fsf@netris.org> (Mark H. Weaver's message of "Tue, 24 Nov 2015 21:49:04 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: Martin Vahi , 21987-done@debbugs.gnu.org Mark H Weaver skribis: > We should allow arm8* as well, no? Actually armN* for N >=3D 7. Right. I did that in 968ae90. We=E2=80=99ll revisit it when ARMv10 is out. ;-) > Ideally, we would test for the processor features we actually need. Yes. I=E2=80=99m not sure how to test each of them. Maybe GMP has somethi= ng in that vein? Ludo=E2=80=99.