From: Tom Tromey Date: Tue, 4 Apr 2006 15:04:35 +0000 (+0000) Subject: * doc/install.texi (Prerequisites): Mention jar. X-Git-Tag: releases/gcc-4.2.0~3427 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b52be2c8a18aa0f7fe7082a5635d3906398a65b2;p=thirdparty%2Fgcc.git * doc/install.texi (Prerequisites): Mention jar. From-SVN: r112666 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3502b56b28ae..f5cbb8e09d90 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-04-04 Tom Tromey + + * doc/install.texi (Prerequisites): Mention jar. + 2006-04-04 Daniel Berlin * doc/tree-ssa.texi (Preserving the virtual ssa form): New diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 19201b858199..4f5e8fffa5c8 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -305,6 +305,10 @@ release (4.1.3) when configured with @option{--enable-mpfr}. The @option{--with-mpfr} or @option{--with-mpfr-dir} configure option should be used if your MPFR Library is not installed in your library search path. +@item jar + +Necessary to build libgcj, the GCJ runtime. + @end table