OSDN Git Service

Fix linux make profiledbootstrap.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 2004 21:38:35 +0000 (21:38 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 2004 21:38:35 +0000 (21:38 +0000)
* 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

gcc/ChangeLog
gcc/Makefile.in

index 785e1b4..ede940e 100644 (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
index 4bc56d7..626ba94 100644 (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