Fix linux make profiledbootstrap.

* Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS): Remove
-freorder-blocks-and-partition.

From-SVN: r86521
This commit is contained in:
James E Wilson 2004-08-24 21:38:35 +00:00 committed by Jim Wilson
parent 3784013244
commit c61225e74f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-08-24 James E Wilson <wilson@specifixinc.com>
* Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS): Remove
-freorder-blocks-and-partition.
2004-08-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle-end/17044

View File

@ -3609,7 +3609,7 @@ STAGEPROFILE_FLAGS_TO_PASS = \
# Files never linked into the final executable produces warnings about missing
# profile.
STAGEFEEDBACK_FLAGS_TO_PASS = \
CFLAGS="$(BOOT_CFLAGS) -fprofile-use -freorder-blocks-and-partition"
CFLAGS="$(BOOT_CFLAGS) -fprofile-use"
# 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