]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Mention renamed stages for profiledbootstrap.
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 May 2010 07:25:40 +0000 (07:25 +0000)
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 May 2010 07:25:40 +0000 (07:25 +0000)
gcc/:
* doc/makefile.texi (Makefile): Mention stages 'profile'
and 'feedback' for profiledbootstrap.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159775 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/makefile.texi

index eb18789dacd6d07d4f160b1d4c7ddfe06b5a591d..e74c4c583875545937dcfd1cb23c401cf9e26113 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/makefile.texi (Makefile): Mention stages 'profile'
+       and 'feedback' for profiledbootstrap.
+
 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/44245
index 80fa89d8894e7b5fd2f0811786ddc6cd4052829e..8e76fea57c1245d53a147bda664d0c7dfe43295e 100644 (file)
@@ -120,11 +120,11 @@ bootstrap, this does not perform a comparison to test that the compiler
 is running properly.  Note that the disk space required by a ``lean''
 bootstrap is approximately independent of the number of stages.
 
-@item stage@var{N}-bubble (@var{N} = 1@dots{}4)
+@item stage@var{N}-bubble (@var{N} = 1@dots{}4, profile, feedback)
 Rebuild all the stages up to @var{N}, with the appropriate flags,
 ``bubbling'' the changes as described above.
 
-@item all-stage@var{N} (@var{N} = 1@dots{}4)
+@item all-stage@var{N} (@var{N} = 1@dots{}4, profile, feedback)
 Assuming that stage @var{N} has already been built, rebuild it with the
 appropriate flags.  This is rarely needed.
 
@@ -137,15 +137,16 @@ is running properly, since it should produce the same object files
 regardless of how it itself was compiled.
 
 @item profiledbootstrap
-Builds a compiler with profiling feedback information.  For more
-information, see
+Builds a compiler with profiling feedback information.  In this case,
+the second and third stages are named @samp{profile} and @samp{feedback},
+respectively.  For more information, see
 @ref{Building,,Building with profile feedback,gccinstall,Installing GCC}.
 
 @item restrap
 Restart a bootstrap, so that everything that was not built with
 the system compiler is rebuilt.
 
-@item stage@var{N}-start (@var{N} = 1@dots{}4)
+@item stage@var{N}-start (@var{N} = 1@dots{}4, profile, feedback)
 For each package that is bootstrapped, rename directories so that,
 for example, @file{gcc} points to the stage@var{N} GCC, compiled
 with the stage@var{N-1} GCC@footnote{Customarily, the system compiler