From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQ82F-0008OG-5z for guix-patches@gnu.org; Mon, 13 May 2019 06:18:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQ7uG-0002bi-4s for guix-patches@gnu.org; Mon, 13 May 2019 06:10:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58851) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQ7uG-0002ba-1q for guix-patches@gnu.org; Mon, 13 May 2019 06:10:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQ7uF-0007tB-O8 for guix-patches@gnu.org; Mon, 13 May 2019 06:10:03 -0400 Subject: [bug#35611] [PATCH 1/2] gnu: cross-base: Allow using non-default glibc. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87woivs660.fsf@gnu.org> Date: Mon, 13 May 2019 12:09:49 +0200 In-Reply-To: (Carl Dong's message of "Mon, 13 May 2019 02:46:39 +0000") Message-ID: <87ef52u0lu.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: Carl Dong Cc: "35611@debbugs.gnu.org" <35611@debbugs.gnu.org> Carl Dong skribis: >> Really a detail, but for clarity I would change =E2=80=9Cxlibc=E2=80=9D = to =E2=80=9Clibc=E2=80=9D, because >> this argument denotes a C library, not a cross-compiled C library. >> >> Ditto in other places. >> >> You can send an updated patch or I can make this change on your behalf i= f you >> prefer, let me know! > > Ah yes! That does make it more clear. Could you make this change for me? = Thanks! In commit 04a3ecc79ec01242acd0928f89bf982f50c866df, I had to remove the pre-defined uses of =E2=80=98make-gcc-libc=E2=80=99 because of the circular= top-level references they introduced. I suppose they were here mostly for illustrative purposes though, so hopefully that=E2=80=99s OK. Let me know! Ludo=E2=80=99.