From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: icedtea7: Bootstrap with GCJ. Date: Fri, 12 Jun 2015 10:03:44 +0200 Message-ID: <877fr9s68v.fsf@gnu.org> References: 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]:50389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3JwJ-0007Zp-OF for guix-devel@gnu.org; Fri, 12 Jun 2015 04:03:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3JwI-0001VO-Rz for guix-devel@gnu.org; Fri, 12 Jun 2015 04:03:47 -0400 In-Reply-To: (Ricardo Wurmus's message of "Tue, 9 Jun 2015 12:56:46 +0200") 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: > The attached patch removes icedtea6 from the inputs of icedtea7. > IcedTea7 can now be built with just GCJ. Excellent. > From d4c04d81e4c8b43636e5f9adb279e8ef6a0b8752 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 9 Jun 2015 12:53:23 +0200 > Subject: [PATCH] gnu: icedtea7: Bootstrap with GCJ. > > * gnu/packages/java.scm (icedtea7): Bootstrap with GCJ rather than compile > with IcedTea6. LGTM! Ludo=E2=80=99.