comparison gcc/doc/makefile.texi @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 @c Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008, 2010 1 @c Copyright (C) 2001-2017 Free Software Foundation, Inc.
2 @c Free Software Foundation, Inc.
3 @c This is part of the GCC manual. 2 @c This is part of the GCC manual.
4 @c For copying conditions, see the file gcc.texi. 3 @c For copying conditions, see the file gcc.texi.
5 4
6 @node Makefile 5 @node Makefile
7 @subsection Makefile Targets 6 @subsection Makefile Targets
137 regardless of how it itself was compiled. 136 regardless of how it itself was compiled.
138 137
139 @item profiledbootstrap 138 @item profiledbootstrap
140 Builds a compiler with profiling feedback information. In this case, 139 Builds a compiler with profiling feedback information. In this case,
141 the second and third stages are named @samp{profile} and @samp{feedback}, 140 the second and third stages are named @samp{profile} and @samp{feedback},
142 respectively. For more information, see 141 respectively. For more information, see the installation instructions.
143 @ref{Building,,Building with profile feedback,gccinstall,Installing GCC}.
144 142
145 @item restrap 143 @item restrap
146 Restart a bootstrap, so that everything that was not built with 144 Restart a bootstrap, so that everything that was not built with
147 the system compiler is rebuilt. 145 the system compiler is rebuilt.
148 146