diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-13 13:31:58 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-13 13:31:58 +0000 |
commit | f7c302cfb235598759996067ac71da235e62e4b5 (patch) | |
tree | aa864440c30169a97b79ca9c914f5ba6c1c9e492 /Makefile.def | |
parent | 1a60bb06c82a32d6bfd33b89b5e65937afdfaefb (diff) | |
download | gcc-f7c302cfb235598759996067ac71da235e62e4b5.tar.gz |
2008-03-13 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (stageprofile). Remove -fprofile-generate
from stage_libcflags.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133168 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index a68722598b8..ae8d6d9e0a3 100644 --- a/Makefile.def +++ b/Makefile.def @@ -552,7 +552,7 @@ bootstrap_stage = { id=profile ; prev=1 ; stage_configure_flags="@stage2_werror_flag@" ; stage_cflags='$(STAGE2_CFLAGS) -fprofile-generate' ; - stage_libcflags='$(STAGE2_LIBCFLAGS) -fprofile-generate' ; }; + stage_libcflags='$(STAGE2_LIBCFLAGS)' ; }; bootstrap_stage = { id=feedback ; prev=profile ; bootstrap_target=profiledbootstrap ; |