diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b74182..1302bc2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> * doc/sourcebuild.texi: Fix typo. 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. |