diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-19 22:00:19 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-19 22:00:19 +0000 |
commit | f908ce670700970c92d3025b2055152e8049ce45 (patch) | |
tree | 80c02b8190510b504406dc05720023fadd693b5a /gcc/doc/makefile.texi | |
parent | 6edf18a6cb88793eb51776264f367e8880b77bd2 (diff) | |
download | gcc-f908ce670700970c92d3025b2055152e8049ce45.tar.gz |
2003-07-19 Phil Edwards <pme@gcc.gnu.org>
* doc/makefile.texi (restrap, profiledbootstrap): Document targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69594 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/makefile.texi')
-rw-r--r-- | gcc/doc/makefile.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index 1e64c5e6160..71517c5e6be 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -83,6 +83,10 @@ of which stage you're on or what invocation that stage needs. @item cleanstrap Removed everything (@samp{make clean}) and rebuilds (@samp{make bootstrap}). +@item restrap +Like @code{cleanstrap}, except that the process starts from the first +stage build, not from scratch. + @item stage@var{N} (@var{N} = 1@dots{}4) For each stage, moves the appropriate files to the @file{stage@var{N}} subdirectory. @@ -99,4 +103,11 @@ Compares the results of stages 2 and 3. This ensures that the compiler 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 +@ref{Building,,Building with profile feedback,gccinstall,Installing GCC}. +This is actually a target in the top-level directory, which then +recurses into the @file{gcc} subdirectory multiple times. + @end table |