diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-10-26 16:22:52 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2008-10-26 16:22:52 +0000 |
commit | 793c44bd8e2030240c00f132387ae0af50ba7aa6 (patch) | |
tree | 625efefaa9a20972118f731ae010990e3f70eb13 /gcc | |
parent | 0a622aee21f24d27e7c6a4d1c274feac9fb1aeb9 (diff) | |
download | gcc-793c44bd8e2030240c00f132387ae0af50ba7aa6.zip gcc-793c44bd8e2030240c00f132387ae0af50ba7aa6.tar.gz gcc-793c44bd8e2030240c00f132387ae0af50ba7aa6.tar.bz2 |
install.texi: Document requirements on antlr.
2008-10-26 Matthias Klose <doko@ubuntu.com>
* doc/install.texi: Document requirements on antlr.
From-SVN: r141373
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 44bb0e5..86502ad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-10-26 Matthias Klose <doko@ubuntu.com> + + * doc/install.texi: Document requirements on antlr. + 2008-10-25 Richard Sandiford <rdsandiford@googlemail.com> * config/mips/mips.h (REG_ALLOC_ORDER): Put call-clobbered registers diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 04c225f..1d9247fb 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 |