From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKWZb-00041M-Ff for guix-patches@gnu.org; Sun, 20 May 2018 18:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fKWZa-0001kS-NS for guix-patches@gnu.org; Sun, 20 May 2018 18:13:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34310) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fKWZa-0001kN-Jz for guix-patches@gnu.org; Sun, 20 May 2018 18:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fKWZa-0002ZO-CV for guix-patches@gnu.org; Sun, 20 May 2018 18:13:02 -0400 Subject: bug#31447: [PATCH] linux-libre: Add aarch64-linux. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87bmdivr91.fsf@aikidev.net> <87lgci4q90.fsf@gnu.org> <87d0xu5dgu.fsf@netris.org> <87vabmsztc.fsf@aikidev.net> <87lgcgtx2z.fsf@aikidev.net> Date: Mon, 21 May 2018 00:12:30 +0200 In-Reply-To: <87lgcgtx2z.fsf@aikidev.net> (Vagrant Cascadian's message of "Fri, 18 May 2018 15:31:32 -0700") Message-ID: <87vabi5641.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vagrant Cascadian Cc: 31447-done@debbugs.gnu.org, Mark H Weaver Vagrant Cascadian skribis: > From a6e51d91d2d64b5f8521f74e2e0987cdd8f62816 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Fri, 18 May 2018 15:18:29 -0700 > Subject: [PATCH] gnu: linux-libre: Enable build for aarch64-linux. > > * gnu/packages/linux.scm (%linux-compatible-systems): Add aarch64-linux. > (linux-libre-4.14): Limit to x86_64-linux, i686-linux and armhf-linux. > * gnu/packages/aux-files/linux-libre/4.16-arm64.conf: New file. > * Makefile.am (AUX_FILES): Add 4.16-arm64.conf. Applied, thank you! Ludo=E2=80=99.