Commit 9888e9cf by Ralf Wildenhues Committed by Ralf Wildenhues

Mention renamed stages for profiledbootstrap.

gcc/:
	* doc/makefile.texi (Makefile): Mention stages 'profile'
	and 'feedback' for profiledbootstrap.

From-SVN: r159775
parent 56e0571c
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> 2010-05-23 H.J. Lu <hongjiu.lu@intel.com>
PR target/44245 PR target/44245
......
...@@ -120,11 +120,11 @@ bootstrap, this does not perform a comparison to test that the compiler ...@@ -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'' is running properly. Note that the disk space required by a ``lean''
bootstrap is approximately independent of the number of stages. 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, Rebuild all the stages up to @var{N}, with the appropriate flags,
``bubbling'' the changes as described above. ``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 Assuming that stage @var{N} has already been built, rebuild it with the
appropriate flags. This is rarely needed. appropriate flags. This is rarely needed.
...@@ -137,15 +137,16 @@ is running properly, since it should produce the same object files ...@@ -137,15 +137,16 @@ is running properly, since it should produce the same object files
regardless of how it itself was compiled. regardless of how it itself was compiled.
@item profiledbootstrap @item profiledbootstrap
Builds a compiler with profiling feedback information. For more Builds a compiler with profiling feedback information. In this case,
information, see 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}. @ref{Building,,Building with profile feedback,gccinstall,Installing GCC}.
@item restrap @item restrap
Restart a bootstrap, so that everything that was not built with Restart a bootstrap, so that everything that was not built with
the system compiler is rebuilt. 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 each package that is bootstrapped, rename directories so that,
for example, @file{gcc} points to the stage@var{N} GCC, compiled for example, @file{gcc} points to the stage@var{N} GCC, compiled
with the stage@var{N-1} GCC@footnote{Customarily, the system compiler with the stage@var{N-1} GCC@footnote{Customarily, the system compiler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment