Re: [PATCH]: Add GCJ

2015-01-26 Thread Ludovic Courtès
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/packag

Re: [PATCH]: Add GCJ

2015-01-26 Thread Ricardo Wurmus
Ludovic Courtès writes: >> From 56f43a9042853aca79f60808a51d328dfbe420a3 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 variable. >> * gnu/packages/javac.in: N

Re: [PATCH]: Add GCJ

2015-01-23 Thread Ludovic Courtès
Ricardo Wurmus skribis: > this patch adds the GNU Compiler for Java to the gcc module. We need > GCJ to build IcedTea6 / OpenJDK, which in turn could be used to build > IcedTea7. Nice! > GCJ unfortunately has a binary dependency, the Eclipse Compiler for > Java. GCJ expects to be given the pa

[PATCH]: Add GCJ

2015-01-23 Thread Ricardo Wurmus
Hi Guix, this patch adds the GNU Compiler for Java to the gcc module. We need GCJ to build IcedTea6 / OpenJDK, which in turn could be used to build IcedTea7. GCJ unfortunately has a binary dependency, the Eclipse Compiler for Java. GCJ expects to be given the path of the ecj.jar at compile time