summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-24 21:38:35 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-24 21:38:35 +0000
commit74ca0dd9c18166183e5181020d21e17db185904f (patch)
tree00f46cbb9ed81733b78ede23e420b42050d200d4 /gcc/Makefile.in
parenta3d0fd80b3c578d8f848e5aeb39277cc3aee2841 (diff)
downloadgcc-74ca0dd9c18166183e5181020d21e17db185904f.tar.gz
Fix linux make profiledbootstrap.
* Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS): Remove -freorder-blocks-and-partition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86521 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4bc56d75cc7..626ba94dc25 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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