This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/29544] [4.2 Regression] Not building with checking in stage1
- From: "bonzini at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Oct 2006 10:11:38 -0000
- Subject: [Bug bootstrap/29544] [4.2 Regression] Not building with checking in stage1
- References: <bug-29544-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from bonzini at gnu dot org 2006-10-23 10:11 -------
Like this?
Index: /Users/bonzinip/cvs/gcc/Makefile.def
===================================================================
--- /Users/bonzinip/cvs/gcc/Makefile.def (revision 116745)
+++ /Users/bonzinip/cvs/gcc/Makefile.def (working copy)
@@ -480,7 +480,7 @@ dependencies = { module=all-target-winsu
// Toplevel bootstrap
bootstrap_stage = {
id=1 ;
- stage_configure_flags='--disable-intermodule \
+ stage_configure_flags='--disable-intermodule --enable-checking \
--disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"' ;
stage_make_flags='CFLAGS="$(STAGE1_CFLAGS)"
LIBCFLAGS="$(STAGE1_CFLAGS)"' ; };
bootstrap_stage = {
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29544