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
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
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
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