http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51217
Bug #: 51217 Summary: Cannot disable bootstrap in gcc 3.4.0 Classification: Unclassified Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: songlinhai0...@gmail.com I am doing an experiment on gcc 3.4.0, and my experiment requires that build a gcc under version 3.4.0 without bootstrap. But after I add --disable-bootstrap in my configure, gcc is still built with bootstrap. Any suggestions about how to fix this?