diff options
author | Jan Hubicka <jh@suse.cz> | 2003-06-05 18:36:12 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2003-06-05 16:36:12 +0000 |
commit | 8f231b5d874dcb328c5bbd73519ef7dfbe41c843 (patch) | |
tree | 9375614623f28bf1e529f1905796682177a852ae /gcc/configure | |
parent | 842a431a9afc461050e98fe241d036232713cfaf (diff) | |
download | gcc-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/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index 1c61e56..557f5f0 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8892,7 +8892,7 @@ target_list="all.build all.cross start.encap rest.encap tags \ install-normal install-common install-info install-man \ uninstall \ mostlyclean clean distclean extraclean maintainer-clean \ - stage1 stage2 stage3 stage4" + stage1 stage2 stage3 stage4 stageprofile stagefeedback" for t in $target_list do x= @@ -9656,7 +9656,7 @@ if test "$symbolic_link" = "ln -s"; then if test $d != ..; then STARTDIR=`${PWDCMD-pwd}` cd $d - for t in stage1 stage2 stage3 stage4 include + for t in stage1 stage2 stage3 stage4 include stageprofile stagefeedback do rm -f $t $symbolic_link ../$t $t 2>/dev/null |