From: Matthias Klose Date: Sun, 26 Oct 2008 16:22:52 +0000 (+0000) Subject: install.texi: Document requirements on antlr. X-Git-Tag: releases/gcc-4.4.0~1931 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=793c44bd8e2030240c00f132387ae0af50ba7aa6;p=thirdparty%2Fgcc.git install.texi: Document requirements on antlr. 2008-10-26 Matthias Klose * doc/install.texi: Document requirements on antlr. From-SVN: r141373 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 44bb0e50f9bb..86502ad34104 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-10-26 Matthias Klose + + * doc/install.texi: Document requirements on antlr. + 2008-10-25 Richard Sandiford * config/mips/mips.h (REG_ALLOC_ORDER): Put call-clobbered registers diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 04c225f5d19a..1d9247fb4a22 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -448,6 +448,17 @@ the GCC-specific entry point. You can download a suitable jar from @uref{ftp://sourceware.org/pub/java/}, or by running the script @command{contrib/download_ecj}. +@item antlr.jar version 2.7.1 (or later) +@itemx antlr binary + +If you wish to build the @command{gjdoc} binary in libjava, you will +need to have a @file{antlr.jar} library available. The library is +searched in system locations but can be configured with +@option{--with-antlr-jar=} instead. When configuring with +@option{--enable-java-maintainer-mode}, you will need to have one of +the executables named @command{cantlr}, @command{runantlr} or +@command{antlr} in your path. + @end table @html