From 026fe6c859f3826f48c322864f094f5e97c041f2 Mon Sep 17 00:00:00 2001 From: Phil Edwards <pme@gcc.gnu.org> Date: Sat, 19 Jul 2003 22:00:19 +0000 Subject: [PATCH] makefile.texi (restrap, [...]): Document targets. 2003-07-19 Phil Edwards <pme@gcc.gnu.org> * doc/makefile.texi (restrap, profiledbootstrap): Document targets. From-SVN: r69594 --- gcc/ChangeLog | 4 ++++ gcc/doc/makefile.texi | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8436b95dc61d..cb2b57d1745a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-19 Phil Edwards <pme@gcc.gnu.org> + + * doc/makefile.texi (restrap, profiledbootstrap): Document targets. + 2003-07-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * fixinc/fixfixes.c fixinc/fixincl.c fixinc/fixlib.c diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index 1e64c5e61603..71517c5e6bed 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 -- GitLab