From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKhWI-0004B9-9g for guix-patches@gnu.org; Fri, 01 Dec 2017 04:22:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKhWE-0003ru-EN for guix-patches@gnu.org; Fri, 01 Dec 2017 04:22:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58549) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKhWE-0003rn-9z for guix-patches@gnu.org; Fri, 01 Dec 2017 04:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKhWE-0005Qm-4s for guix-patches@gnu.org; Fri, 01 Dec 2017 04:22:02 -0500 Subject: [bug#29409] [PATCH] utils: Add target-arm? procedure. Resent-Message-ID: References: <877euhtjkj.fsf@gmail.com> <1511965226-12253-1-git-send-email-m.othacehe@gmail.com> <87mv331yn7.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87mv331yn7.fsf@gnu.org> Date: Fri, 01 Dec 2017 10:21:08 +0100 Message-ID: <871skeu7ln.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: 29409@debbugs.gnu.org > Should it match aarch64 as well? If not, should it be called > ’target-arm32?’ or something like that? For now, i can't test my patches on aarch64 and i'm not sure how they behave. So maybe we can use target-armv7? or target-arm32? for now and replace them with target-arm? when it's proven that the serie works on aarch64 ? Thanks, Mathieu