This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] buiild machinery: fix the profiledbootstrap breakage.


I'm committing this:

2008-03-13  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.def (stageprofile): Remove -fprofile-generate
	from stage_libcflags.
	* Makefile.in: Regenerate.

Index: Makefile.def
===================================================================
--- Makefile.def        (revision 133114)
+++ Makefile.def        (working copy)
@@ -552,7 +552,7 @@ bootstrap_stage = {
        id=profile ; prev=1 ;
        stage_configure_flags="@stage2_werror_flag@" ;
        stage_cflags='$(STAGE2_CFLAGS) -fprofile-generate' ;
-       stage_libcflags='$(STAGE2_LIBCFLAGS) -fprofile-generate' ; };
+       stage_libcflags='$(STAGE2_LIBCFLAGS)' ; };
 bootstrap_stage = {
        id=feedback ; prev=profile ;
        bootstrap_target=profiledbootstrap ;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]