From 5304400d81c34c4182b4d37ae0327b16c966d27f Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Fri, 8 Mar 2002 16:44:50 +0000 Subject: [PATCH] install.texi (--with-libiconv-prefix): Document. 2002-03-08 Craig Rodrigues * doc/install.texi (--with-libiconv-prefix): Document. From-SVN: r50444 --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b7418226917..1302bc2e8889 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-08 Craig Rodrigues + + * doc/install.texi (--with-libiconv-prefix): Document. + 2002-03-08 Michael Y. Brukman * doc/sourcebuild.texi: Fix typo. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index afffb870b83e..380b6352551f 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. -- 2.39.5