patch for mainline 2005-04-26 James E Wilson * doc/install.texi: Update -enable-languages info. Correct path to html docs. Index: install.texi =================================================================== RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v retrieving revision 1.349 diff -p -p -r1.349 install.texi *** install.texi 25 Apr 2005 14:30:21 -0000 1.349 --- install.texi 27 Apr 2005 02:19:16 -0000 *************** their runtime libraries should be built. *** 1052,1064 **** 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! @item --disable-libada Specify that the run-time libraries and tools used by GNAT should not --- 1052,1065 ---- grep language= */config-lang.in @end smallexample Currently, you can use any of the following: ! @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 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 *************** Free Software Foundation}, though such m *** 2026,2033 **** 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}. @html
--- 2027,2034 ---- 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 gcc manuals in ! @file{@var{objdir}/gcc/HTML}. @html