From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50352) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJvHr-0002fW-7D for guix-patches@gnu.org; Mon, 14 Oct 2019 04:01:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJvHp-0006r5-Sw for guix-patches@gnu.org; Mon, 14 Oct 2019 04:01:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57447) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iJvHp-0006qy-PY for guix-patches@gnu.org; Mon, 14 Oct 2019 04:01:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iJvHp-0002Q4-M2 for guix-patches@gnu.org; Mon, 14 Oct 2019 04:01:01 -0400 Subject: [bug#36477] [PATCH v4 18/23] gexp: Use cross extensions when cross-compiling. Resent-Message-ID: References: <20191002095904.6325-1-m.othacehe@gmail.com> <20191002095904.6325-19-m.othacehe@gmail.com> <87blunpoon.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87blunpoon.fsf@gnu.org> Date: Mon, 14 Oct 2019 10:00:35 +0200 Message-ID: <87sgnvdae4.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: 36477@debbugs.gnu.org Hey Ludo, > Please push to =E2=80=98master=E2=80=99 (I don=E2=80=99t think it trigger= s a full rebuild, but > I=E2=80=99d suggest double-checking anyway :-)). Pushed to master, thanks for the review :) Mathieu