diff options
author | James E Wilson <wilson@specifixinc.com> | 2005-04-28 22:53:21 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-04-28 15:53:21 -0700 |
commit | f995c51f8042f632f06ca25082871b067ee33ff3 (patch) | |
tree | a49bb5dbbc9c221c97898706f7635caeaca80744 | |
parent | 152d96766a59ce5047fa8499c0382195f1db2fa8 (diff) | |
download | gcc-f995c51f8042f632f06ca25082871b067ee33ff3.zip gcc-f995c51f8042f632f06ca25082871b067ee33ff3.tar.gz gcc-f995c51f8042f632f06ca25082871b067ee33ff3.tar.bz2 |
Fix install doc problems reported by Jean-Paul Rigault
Fix install doc problems reported by Jean-Paul Rigault
* doc/install.texi: Update -enable-languages info. Correct path to
html docs.
From-SVN: r98947
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 20 |
2 files changed, 16 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a0d723..2e76a4e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-28 James E Wilson <wilson@specifixinc.com> + + * doc/install.texi: Update -enable-languages info. Correct path to + html docs. + 2005-04-28 DJ Delorie <dj@redhat.com> * optc-gen.awk (END): Make sure no variable is defined more diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6d0b337..36c9c30 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1052,13 +1052,15 @@ their runtime libraries should be built. For a list of valid values for grep language= */config-lang.in @end smallexample Currently, you can use any of the following: -@code{ada}, @code{c}, @code{c++}, @code{f77}, @code{f95}, @code{java}, -@code{objc}, @code{obj-c++}. -Building the Ada compiler has special requirements, see below.@* -If you do not pass this flag, all languages available in the @file{gcc} -sub-tree will be configured. Re-defining @code{LANGUAGES} when calling -@samp{make bootstrap} @strong{does not} work anymore, as those -language sub-directories might not have been configured! +@code{all}, @code{ada}, @code{c}, @code{c++}, @code{f95}, @code{java}, +@code{objc}, @code{obj-c++}, @code{treelang}. +Building the Ada compiler has special requirements, see below. +If you do not pass this flag, or specify the option @code{all}, then all +default languages available in the @file{gcc} sub-tree will be configured. +Ada, Objective-C++, and treelang are not default languages; the rest are. +Re-defining @code{LANGUAGES} when calling @samp{make bootstrap} +@strong{does not} work anymore, as those language sub-directories might +not have been configured! @item --disable-libada Specify that the run-time libraries and tools used by GNAT should not @@ -2026,8 +2028,8 @@ Free Software Foundation}, though such manuals may not be for the most recent version of GCC@. If you would like to generate online HTML documentation, do @samp{cd -@var{objdir}; make html} and HTML will be generated for the manuals in -@file{@var{objdir}/HTML}. +@var{objdir}; make html} and HTML will be generated for the gcc manuals in +@file{@var{objdir}/gcc/HTML}. @html <hr /> |