Skip to content
Snippets Groups Projects
Commit d408664a authored by janis's avatar janis
Browse files

(Install GCC): Add links to build status pages.

(Specific): Ditto.
(Final install): Ditto; request updates for specific info.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44985 138bc75d-0d04-0410-961f-82ee72b054a4
parent 5c6b5fe5
No related branches found
No related tags found
No related merge requests found
...@@ -111,12 +111,19 @@ package specific installation instructions. ...@@ -111,12 +111,19 @@ package specific installation instructions.
@ifnothtml @ifnothtml
@ref{Specific, host/target specific installation notes}. @ref{Specific, host/target specific installation notes}.
@end ifnothtml @end ifnothtml
@ifnotinfo @ifhtml
@uref{specific.html,,host/target specific installation notes}. @uref{specific.html,,host/target specific installation notes}.
@end ifnotinfo @end ifhtml
We recommend you browse the entire generic installation instructions before We recommend you browse the entire generic installation instructions before
you proceed. you proceed.
Lists of successful builds for released versions of GCC are
available at our web pages for
@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0}
and
@uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
These lists are updated as new information becomes available.
The installation procedure itself is broken into five steps. The installation procedure itself is broken into five steps.
@ifinfo @ifinfo
...@@ -128,7 +135,7 @@ The installation procedure itself is broken into five steps. ...@@ -128,7 +135,7 @@ The installation procedure itself is broken into five steps.
* Final install:: * Final install::
@end menu @end menu
@end ifinfo @end ifinfo
@ifnotinfo @ifhtml
@enumerate @enumerate
@item @item
@uref{download.html,,Downloading the source} @uref{download.html,,Downloading the source}
...@@ -141,7 +148,7 @@ The installation procedure itself is broken into five steps. ...@@ -141,7 +148,7 @@ The installation procedure itself is broken into five steps.
@item @item
@uref{finalinstall.html,,Final install} @uref{finalinstall.html,,Final install}
@end enumerate @end enumerate
@end ifnotinfo @end ifhtml
Please note that GCC does not support @samp{make uninstall} and probably Please note that GCC does not support @samp{make uninstall} and probably
won't do so in the near future as this would open a can of worms. Instead, won't do so in the near future as this would open a can of worms. Instead,
...@@ -268,9 +275,9 @@ affected by this requirement, see ...@@ -268,9 +275,9 @@ affected by this requirement, see
@ifnothtml @ifnothtml
@ref{Specific, host/target specific installation notes}. @ref{Specific, host/target specific installation notes}.
@end ifnothtml @end ifnothtml
@ifnotinfo @ifhtml
@uref{specific.html,,host/target specific installation notes}. @uref{specific.html,,host/target specific installation notes}.
@end ifnotinfo @end ifhtml
To configure GCC: To configure GCC:
...@@ -1093,15 +1100,28 @@ in @file{@var{libdir}} (normally @file{@var{prefix}/lib}); internal ...@@ -1093,15 +1100,28 @@ in @file{@var{libdir}} (normally @file{@var{prefix}/lib}); internal
parts of the compiler in @file{@var{libdir}/gcc-lib}; documentation in parts of the compiler in @file{@var{libdir}/gcc-lib}; documentation in
info format in @file{@var{infodir}} (normally @file{@var{prefix}/info}). info format in @file{@var{infodir}} (normally @file{@var{prefix}/info}).
If you don't mind, please quickly review the If you built a released version of GCC then if you don't mind, please
@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,build status page}. quickly review the build status page for
@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0} or
@uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
If your system is not listed, send a note to If your system is not listed, send a note to
@email{gcc@@gcc.gnu.org} indicating @email{gcc@@gcc.gnu.org} indicating
that you successfully built and installed GCC. that you successfully built and installed GCC.
Include the output from running @file{@var{srcdir}/config.guess}. (Do Include the output from running @file{@var{srcdir}/config.guess}. (Do
not send us the @file{config.guess} file itself, just the one-line output from not send us the @file{config.guess} file itself, just the one-line output from
running it!) running it!) Also specify which version you built.
We'd also like to know if the
@ifnothtml
@ref{Specific, host/target specific installation notes}
@end ifnothtml
@ifhtml
@uref{specific.html,,host/target specific installation notes}
@end ifhtml
didn't include your host/target information or if that information is
incomplete or out of date. Send a note to
@email{gcc@@gcc.gnu.org} telling us how the information should be changed.
If you find a bug, please report it following our If you find a bug, please report it following our
@uref{../bugs.html,,bug reporting guidelines}. @uref{../bugs.html,,bug reporting guidelines}.
...@@ -1235,6 +1255,13 @@ works. ...@@ -1235,6 +1255,13 @@ works.
Please read this document carefully @emph{before} installing the Please read this document carefully @emph{before} installing the
GNU Compiler Collection on your machine. GNU Compiler Collection on your machine.
Lists of successful builds for released versions of GCC are
available at our web pages for
@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0}
and
@uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
These lists are updated as new information becomes available.
@ifhtml @ifhtml
@itemize @itemize
@item @item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment