summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-06 20:05:07 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-06 20:05:07 +0000
commitd2f9c91d76788a0f824afea4ac3270a0d39543d8 (patch)
treec63a9b2f73ab3699a093c3d34a50fae7a24f502a /gcc
parent23130820755470f418311c36dacf3779713ac138 (diff)
downloadgcc-d2f9c91d76788a0f824afea4ac3270a0d39543d8.tar.gz
* doc/install.texi: Document that configure options not listed in
this file are unsupported. Document --with-system-zlib. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46811 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi8
2 files changed, 12 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c62be21ecab..29e3fa14aeb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * doc/install.texi: Document that configure options not listed in
+ this file are unsupported. Document --with-system-zlib.
+
Tue Nov 6 09:21:34 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* rtl.h (mem_for_const_double): New declaration.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 2ec79c72044..683c82b4805 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -309,7 +309,9 @@ implies that the host defaults to @var{target}.
@heading Options specification
Use @var{options} to override several configure time options for
-GCC@. A partial list of supported @var{options}:
+GCC@. A list of supported @var{options} follows; @command{configure
+--help} may list other options, but those not listed below may not
+work and should not normally be used.
@table @code
@item --prefix=@var{dirname}
@@ -711,6 +713,10 @@ inferior @code{catgets} interface, the GCC build procedure normally
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-system-zlib
+Use installed zlib rather than that included with GCC@. This option
+only applies if the Java front end is being built.
@end table
Some options which only apply to building cross compilers: