This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r120272 - in /branches/gcc-4_2-branch: ChangeLo...
- From: bonzini at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 29 Dec 2006 17:47:07 -0000
- Subject: r120272 - in /branches/gcc-4_2-branch: ChangeLo...
Author: bonzini
Date: Fri Dec 29 17:47:06 2006
New Revision: 120272
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120272
Log:
2006-12-29 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/29544
* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
move here comment from Makefile.tpl.
* Makefile.tpl: Move some definitions higher in the file.
(STAGE1_CHECKING): New.
* configure.in: Add --enable-stage1-checking. Disable --enable-werror
on release branches.
gcc:
2006-12-29 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/29544
* gcc/Makefile.in (STAGE1_CHECKING): Rename to...
(STAGE1_CHECKING_CFLAGS): ... this.
Modified:
branches/gcc-4_2-branch/ChangeLog
branches/gcc-4_2-branch/Makefile.def
branches/gcc-4_2-branch/Makefile.in
branches/gcc-4_2-branch/Makefile.tpl
branches/gcc-4_2-branch/configure
branches/gcc-4_2-branch/configure.in
branches/gcc-4_2-branch/gcc/ChangeLog
branches/gcc-4_2-branch/gcc/Makefile.in