------- 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