summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-08 16:44:50 +0000
committerrodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-08 16:44:50 +0000
commite9cf3fd507bef672191919cfaf42329301519727 (patch)
treed7899f795278e50fe9811d389412efa40b19768e
parent5695c2c7bb99356aaa744e4a2eded5f4d4d5fa57 (diff)
downloadgcc-e9cf3fd507bef672191919cfaf42329301519727.tar.gz
2002-03-08 Craig Rodrigues <rodrigc@gcc.gnu.org>
* doc/install.texi (--with-libiconv-prefix): Document. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50444 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3b741822691..1302bc2e888 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 afffb870b83..380b6352551 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.