From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43220) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDpUO-0003CH-Pn for guix-patches@gnu.org; Mon, 16 Mar 2020 09:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDpUM-0007Lx-Qe for guix-patches@gnu.org; Mon, 16 Mar 2020 09:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58421) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDpUM-0007KK-Jy for guix-patches@gnu.org; Mon, 16 Mar 2020 09:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDpUM-00041O-FG for guix-patches@gnu.org; Mon, 16 Mar 2020 09:09:02 -0400 Subject: [bug#40045] [PATCH] gnu: Add libgccjit. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87tv2tnsoe.fsf@lafreniere.xyz> Date: Mon, 16 Mar 2020 14:07:57 +0100 In-Reply-To: <87tv2tnsoe.fsf@lafreniere.xyz> (Joseph LaFreniere's message of "Thu, 12 Mar 2020 16:56:33 -0500") Message-ID: <87zhcge9ci.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: "LaFreniere, Joseph" Cc: 40045@debbugs.gnu.org Hi! "LaFreniere, Joseph" skribis: >>>From 8b08b302f6bf601f5c95513a56b7b0b54b0dc95c Mon Sep 17 00:00:00 2001 > From: Joseph LaFreniere > Date: Wed, 11 Mar 2020 21:48:59 -0500 > Subject: [PATCH] gnu: Add libgccjit. > > * gnu/packages/gcc.scm (libgccjit): New variable. LGTM! I added a copyright line for you and pushed. BTW, it seems that we can remove all the libraries under lib/ except libgccjit.so itself (i.e., libgomp, libitm, etc.). Could you give it a try? Thanks, Ludo=E2=80=99.