diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-05 16:36:12 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-05 16:36:12 +0000 |
commit | ef3bb540da88410653be1d84bbb57f3fd112f146 (patch) | |
tree | 9375614623f28bf1e529f1905796682177a852ae /ChangeLog | |
parent | b3a15ba67f89e45c9e3c1cc5630249353a242ca5 (diff) | |
download | gcc-ef3bb540da88410653be1d84bbb57f3fd112f146.tar.gz |
* 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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67498 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index aaa03b228df..e2a1d9c80d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 5 18:32:20 CEST 2003 Jan Hubicka <jh@suse.cz> + + * Makefile.tpl (profiledbootstrap): New target. + * Makefile.in (profiledbootstrap): New target. + 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org> * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew |