diff options
author | Janis Johnson <janis187@us.ibm.com> | 2002-04-30 18:04:42 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2002-04-30 18:04:42 +0000 |
commit | 2b46bc671e8df2b62b5e27c4deab768c641cdc79 (patch) | |
tree | d4bd1cc1f1f926d6db8aacd6ad38293df0b55f02 | |
parent | 02294ed26a8529a11fabd99ef4977a5d05547e1e (diff) | |
download | gcc-2b46bc671e8df2b62b5e27c4deab768c641cdc79.zip gcc-2b46bc671e8df2b62b5e27c4deab768c641cdc79.tar.gz gcc-2b46bc671e8df2b62b5e27c4deab768c641cdc79.tar.bz2 |
install.texi (Final install): Add to the list of info to include in a report of a successful bootstrap...
* install.texi (Final install): Add to the list of info to include
in a report of a successful bootstrap, and add link to 3.1 list.
From-SVN: r52956
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 12 |
2 files changed, 15 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 26fdc00..981185e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-30 Janis Johnson <janis187@us.ibm.com> + + * install.texi (Final install): Add to the list of info to include + in a report of a successful bootstrap, and add link to 3.1 list. + Tue Apr 30 19:15:36 CEST 2002 Jan Hubicka <jh@suse.cz> * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 031008e..78c0242 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1278,9 +1278,10 @@ in @file{@var{libdir}} (normally @file{@var{prefix}/lib}); internal parts of the compiler in @file{@var{libdir}/gcc-lib}; documentation in info format in @file{@var{infodir}} (normally @file{@var{prefix}/info}). -If you built a released version of GCC then if you don't mind, please +If you built a released version of GCC using @samp{make bootstrap} then please 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-3.1/buildstat.html,,3.1}, +@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 for the version of GCC that you built, send a note to @@ -1299,6 +1300,13 @@ This tells us which version of GCC you built and the options you passed to configure. @item +Whether you enabled all languages or a subset of them. If you used a +full distribution then this information is part of the configure +options in the output of @samp{gcc -v}, but if you downloaded the +``core'' compiler plus additional front ends then it isn't apparent +which ones you built unless you tell us about it. + +@item If the build was for GNU/Linux, also include: @itemize @bullet @item |