From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:56451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPwER-00005X-4G for guix-patches@gnu.org; Sun, 12 May 2019 17:42:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPwEO-0000ky-5a for guix-patches@gnu.org; Sun, 12 May 2019 17:42:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58230) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hPwEM-0000cx-8e for guix-patches@gnu.org; Sun, 12 May 2019 17:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hPwEM-00079e-2Q for guix-patches@gnu.org; Sun, 12 May 2019 17:42:02 -0400 Subject: [bug#35611] [PATCH 2/2] gnu: Allow building gcc with non-default libc. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sun, 12 May 2019 23:41:19 +0200 In-Reply-To: (Carl Dong's message of "Mon, 06 May 2019 22:34:15 +0000") Message-ID: <87sgtjs64g.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: > * gnu/packages/base.scm (make-gcc-libc): New procedure, returns a gcc > that targets a specified libc. > (gcc-glibc-2.26, gcc-glibc-2.27): New public variables. Nice, LGTM! (I=E2=80=99ll push it along with patch #1.)