From: James E Wilson Date: Tue, 24 Aug 2004 21:38:35 +0000 (+0000) Subject: Fix linux make profiledbootstrap. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c61225e74f3e335969dca15e7af8a70e4c509694;p=gcc.git Fix linux make profiledbootstrap. * Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS): Remove -freorder-blocks-and-partition. From-SVN: r86521 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 785e1b40004..ede940ec26b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-24 James E Wilson + + * Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS): Remove + -freorder-blocks-and-partition. + 2004-08-24 John David Anglin PR middle-end/17044 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