aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@gcc.gnu.org>2002-03-08 16:44:50 +0000
committerCraig Rodrigues <rodrigc@gcc.gnu.org>2002-03-08 16:44:50 +0000
commit5304400d81c34c4182b4d37ae0327b16c966d27f (patch)
treed7899f795278e50fe9811d389412efa40b19768e /gcc/doc/install.texi
parent7258310ad8ee78e06ed2d7ed88a4c01fc584b50a (diff)
downloadgcc-5304400d81c34c4182b4d37ae0327b16c966d27f.zip
gcc-5304400d81c34c4182b4d37ae0327b16c966d27f.tar.gz
gcc-5304400d81c34c4182b4d37ae0327b16c966d27f.tar.bz2
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
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index afffb87..380b635 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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
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
Use installed zlib rather than that included with GCC@. This option
only applies if the Java front end is being built.