aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/Make-lang.in
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2003-06-05 18:36:12 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2003-06-05 16:36:12 +0000
commit8f231b5d874dcb328c5bbd73519ef7dfbe41c843 (patch)
tree9375614623f28bf1e529f1905796682177a852ae /gcc/cp/Make-lang.in
parent842a431a9afc461050e98fe241d036232713cfaf (diff)
downloadgcc-8f231b5d874dcb328c5bbd73519ef7dfbe41c843.zip
gcc-8f231b5d874dcb328c5bbd73519ef7dfbe41c843.tar.gz
gcc-8f231b5d874dcb328c5bbd73519ef7dfbe41c843.tar.bz2
install.tex: Document profiledbootstrap.
* install.tex: Document profiledbootstrap. * Makefile.tpl (profiledbootstrap): New target. * Makefile.in (profiledbootstrap): New target. * Makefile.in (clean, distclean): Kill new stages (POSTSTAGE1_FLAGS_TO_PASS): Break from ... (STAGE2_FLAGS_TO_PASS): ... this one. (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New. (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS. (stageprofile_build, stageprofile_copy, stagefeedback_build, stagefeedback_copy): New. (restageprofile, restagefeedback, stageprofile-start, stageprofile, stagefeedback-start): Likewise. * Make-lang.in: Add support for stageprofile and stagefeedback From-SVN: r67498
Diffstat (limited to 'gcc/cp/Make-lang.in')
-rw-r--r--gcc/cp/Make-lang.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in
index c8d27ab..0c6fb41 100644
--- a/gcc/cp/Make-lang.in
+++ b/gcc/cp/Make-lang.in
@@ -218,6 +218,10 @@ c++.stage3: stage3-start
-mv cp/*$(objext) stage3/cp
c++.stage4: stage4-start
-mv cp/*$(objext) stage4/cp
+c++.stageprofile: stageprofile-start
+ -mv cp/*$(objext) stageprofile/cp
+c++.stagefeedback: stagefeedback-start
+ -mv cp/*$(objext) stagefeedback/cp
#
# .o: .h dependencies.