http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57797
Kai Tietz <ktietz at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #6 from Kai Tietz <ktietz at gcc dot gnu.org> --- It doesn't resolve anything. It just describes a fact that a bootstrap of gcc without c++ beginning with 4.8+ isn't possible. So for stage1 and stage2 there has to be built a c++ compiler plus library due otherwise no bootstrap can be done. If you want to build only c then you have to use --disable-bootstrap for a native compiler if you want only C.