From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34728) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIs4d-0005na-RZ for guix-patches@gnu.org; Fri, 11 Oct 2019 06:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIs4c-0000Qy-Vi for guix-patches@gnu.org; Fri, 11 Oct 2019 06:23:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48902) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iIs4c-0000Qs-Su for guix-patches@gnu.org; Fri, 11 Oct 2019 06:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iIs4c-0003Hu-Oe for guix-patches@gnu.org; Fri, 11 Oct 2019 06:23:02 -0400 Subject: [bug#36477] [PATCH v3 42/48] gexp: Pass target to compiled-modules in lower-gexp. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190902153333.11190-1-m.othacehe@gmail.com> <20190902153333.11190-43-m.othacehe@gmail.com> <8736hc5jl4.fsf@gnu.org> <87sgob8psl.fsf@gmail.com> Date: Fri, 11 Oct 2019 12:22:40 +0200 In-Reply-To: <87sgob8psl.fsf@gmail.com> (Mathieu Othacehe's message of "Wed, 02 Oct 2019 11:23:20 +0200") Message-ID: <877e5bponj.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: Mathieu Othacehe Cc: mbakke@fastmail.com, 36477@debbugs.gnu.org Howdy! Mathieu Othacehe skribis: >> The cross-compilation target should only affect things that the regex >> refers to with =E2=80=98ungexp=E2=80=99 or =E2=80=98ungexp-splicing=E2= =80=99. > > Well you're right, this is wrong and not needed. However the other patch > on (guix gexp), titled "Use cross extensions when cross-compiling" seems > needed. Indeed, I=E2=80=99ve just replied. Thanks, and once again, apologies for the delay! Ludo=E2=80=99.