Commit 5304400d by Craig Rodrigues

install.texi (--with-libiconv-prefix): Document.

2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>

        * doc/install.texi (--with-libiconv-prefix): Document.

From-SVN: r50444
parent 7258310a
2002-03-08 Craig Rodrigues <rodrigc@gcc.gnu.org>
* doc/install.texi (--with-libiconv-prefix): Document.
2002-03-08 Michael Y. Brukman <myb2@cornell.edu> 2002-03-08 Michael Y. Brukman <myb2@cornell.edu>
* doc/sourcebuild.texi: Fix typo. * doc/sourcebuild.texi: Fix typo.
......
...@@ -806,6 +806,10 @@ ignores @code{catgets} and instead uses GCC's copy of the GNU ...@@ -806,6 +806,10 @@ ignores @code{catgets} and instead uses GCC's copy of the GNU
@code{gettext} library. The @option{--with-catgets} option causes the @code{gettext} library. The @option{--with-catgets} option causes the
build procedure to use the host's @code{catgets} in this situation. build procedure to use the host's @code{catgets} in this situation.
@item --with-libiconv-prefix=@var{dir}
Search for libiconv header files in @file{@var{dir}/include} and
libiconv library files in @file{@var{dir}/lib}.
@item --with-system-zlib @item --with-system-zlib
Use installed zlib rather than that included with GCC@. This option Use installed zlib rather than that included with GCC@. This option
only applies if the Java front end is being built. only applies if the Java front end is being built.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment