From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKj2B-0006bd-7d for guix-patches@gnu.org; Fri, 01 Dec 2017 05:59:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKj26-0001na-9e for guix-patches@gnu.org; Fri, 01 Dec 2017 05:59:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58674) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKj26-0001nT-6F for guix-patches@gnu.org; Fri, 01 Dec 2017 05:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKj25-0001IE-Qz for guix-patches@gnu.org; Fri, 01 Dec 2017 05:59:01 -0500 Subject: [bug#29409] [PATCH] utils: Add target-arm32? procedure. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <877euhtjkj.fsf@gmail.com> <1512124720-29980-1-git-send-email-m.othacehe@gmail.com> Date: Fri, 01 Dec 2017 11:58:50 +0100 In-Reply-To: <1512124720-29980-1-git-send-email-m.othacehe@gmail.com> (m. othacehe's message of "Fri, 1 Dec 2017 11:38:39 +0100") Message-ID: <87tvxahfyt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: m.othacehe@gmail.com Cc: 29409@debbugs.gnu.org m.othacehe@gmail.com skribis: > From: Mathieu Othacehe > > * guix/utils.scm (target-arm?): New exported procedure. ^^ target-arm32? :-) LGTM, thanks! Ludo'.