Commit fed2b316 by Jan Hubicka Committed by Jan Hubicka

makefile.in (stageprofile_flags_to_pass): use -fprofile-generate.


	* makefile.in (stageprofile_flags_to_pass): use -fprofile-generate.
	(stagefeedback_flags_to_pass): use -fprofile-use.

From-SVN: r75486
parent 0c90aa3c
2004-01-06 Jan Hubicka <jh@suse.cz>
* Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
(STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
2004-01-06 Geoffrey Keating <geoffk@apple.com> 2004-01-06 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.md (floatsitf2): Use expand_float rather * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
......
...@@ -3339,12 +3339,12 @@ STAGE2_FLAGS_TO_PASS = \ ...@@ -3339,12 +3339,12 @@ STAGE2_FLAGS_TO_PASS = \
WERROR="@WERROR@" \ WERROR="@WERROR@" \
STAGEPROFILE_FLAGS_TO_PASS = \ STAGEPROFILE_FLAGS_TO_PASS = \
CFLAGS="$(BOOT_CFLAGS) -fprofile-arcs" CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"
# Files never linked into the final executable produces warnings about missing # Files never linked into the final executable produces warnings about missing
# profile. # profile.
STAGEFEEDBACK_FLAGS_TO_PASS = \ STAGEFEEDBACK_FLAGS_TO_PASS = \
CFLAGS="$(BOOT_CFLAGS) -fbranch-probabilities" CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
# Only build the C compiler for stage1, because that is the only one that # Only build the C compiler for stage1, because that is the only one that
# we can guarantee will build with the native compiler, and also it is the # we can guarantee will build with the native compiler, and also it is the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment