This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] documenting the need for ecj.jar


Tom Tromey wrote:
> Bruno> A first mention of contrib/download_ecj should probably be made in the
> Bruno> section "Tools/packages necessary for building GCC" ?
> 
> Sounds good!

Here is a proposed patch to that effect.

2007-02-17  Bruno Haible  <bruno@clisp.org>

	* doc/install.texi (Prerequisites): Mention ecj.jar and how to
	download it.

*** install.texi.bak	2007-02-17 06:43:14.000000000 +0100
--- install.texi	2007-02-17 14:41:06.000000000 +0100
***************
*** 314,319 ****
--- 314,331 ----
  
  Necessary to build libgcj, the GCJ runtime.
  
+ @item @file{ecj.jar}
+ 
+ Necessary to build the Java front-end of @command{gcj}.  @file{ecj.jar}
+ should contain the Eclipse Java compiler, modified with a GCC-specific
+ entry point.  You can download a suitable jar by running the script
+ @command{contrib/download_ecj}.
+ @c We don't mention the URL @uref{ftp://sourceware.org/pub/java/} here
+ @c because after the user downloads ecj.jar to an arbitrary location in
+ @c his filesystem he 1. needs to copy it to the installation directory
+ @c and 2. to specify the --with-ecj-jar option. contrib/download_ecj is
+ @c much simpler to use.
+ 
  @end table
  
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]