From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH]: Add GCJ Date: Mon, 26 Jan 2015 21:26:17 +0100 Message-ID: <87k309i906.fsf@gnu.org> References: <87oapprypd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFqEo-0003Tf-9U for guix-devel@gnu.org; Mon, 26 Jan 2015 15:26:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFqEl-0003uv-K6 for guix-devel@gnu.org; Mon, 26 Jan 2015 15:26:22 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFqEl-0003ur-H5 for guix-devel@gnu.org; Mon, 26 Jan 2015 15:26:19 -0500 In-Reply-To: (Ricardo Wurmus's message of "Mon, 26 Jan 2015 13:57:33 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > Attached is a new patch that incorporates all of your suggestions. > > ~~ Ricardo > > > From f1839e241a3b3478f0ae56abefac7c626ff690aa Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 23 Dec 2014 12:31:50 +0100 > Subject: [PATCH] gnu: Add GCJ > > * gnu/packages/gcc.scm (gcj-4.8, ecj-bootstrap-4.8): New variables. > * gnu/packages/javac.in: New file. > * gnu-system.am (MISC_DISTRO_FILES): Add it. > * Makefile.am (nobase_dist_guilemodule_DATA): Add MISC_DISTRO_FILES. OK to push, thank you. Ludo=E2=80=99.