From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1fEV-0003xJ-72 for guix-patches@gnu.org; Mon, 09 Oct 2017 17:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1fEU-0004oo-EF for guix-patches@gnu.org; Mon, 09 Oct 2017 17:05:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50030) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1fEU-0004oT-BB for guix-patches@gnu.org; Mon, 09 Oct 2017 17:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e1fEU-0000Ns-3y for guix-patches@gnu.org; Mon, 09 Oct 2017 17:05:02 -0400 Subject: [bug#28767] [PATCH] syscalls: clone: Define syscall-id for aarch64. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Mon, 09 Oct 2017 23:04:25 +0200 In-Reply-To: (Eric Bavier's message of "Mon, 9 Oct 2017 19:43:07 +0000") Message-ID: <87zi90owx2.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: Eric Bavier Cc: 28767@debbugs.gnu.org Hello! Eric Bavier skribis: > From f9ca0babb2f350a88983c0b2efb17ef30412a19a Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Mon, 9 Oct 2017 14:40:19 -0500 > Subject: [PATCH] syscalls: clone: Define syscall-id for aarch64. > > * guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines. LGTM. Does =E2=80=9Cmake check TESTS=3Dtests/syscalls.scm=E2=80=9D pass on aarch6= 4? Thanks, Ludo=E2=80=99.