From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45260) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFatX-0004Vy-DX for guix-patches@gnu.org; Wed, 02 Oct 2019 05:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFatW-0001Vr-FV for guix-patches@gnu.org; Wed, 02 Oct 2019 05:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54791) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFatW-0001VZ-CI for guix-patches@gnu.org; Wed, 02 Oct 2019 05:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFatW-00083V-7j for guix-patches@gnu.org; Wed, 02 Oct 2019 05:26:02 -0400 Subject: [bug#36477] [PATCH v3 43/48] utils: Use target-arm64? and target-arm? helpers. Resent-Message-ID: References: <20190902153333.11190-1-m.othacehe@gmail.com> <20190902153333.11190-44-m.othacehe@gmail.com> <87woeo44yn.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87woeo44yn.fsf@gnu.org> Date: Wed, 02 Oct 2019 11:25:12 +0200 Message-ID: <87lfu38pon.fsf@gmail.com> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: mbakke@fastmail.com, 36477@debbugs.gnu.org Hey, > I=E2=80=99d call it =E2=80=98target-aarch64?=E2=80=99 because that=E2=80= =99s what it=E2=80=99s called upstream, > and that=E2=80=99s also the name we use elsewhere in Guix. WDYT? Yes I renamed it to target-aarch64? in v4. Mathieu