From 2b46bc671e8df2b62b5e27c4deab768c641cdc79 Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Tue, 30 Apr 2002 18:04:42 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 12 ++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 26fdc00053a..981185e8449 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-30 Janis Johnson + + * 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 * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 031008eb2da..78c0242edaf 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 @@ -1298,6 +1299,13 @@ The output of @samp{gcc -v} for your newly installed gcc. 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 -- 2.30.2