This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/57797] configure --enable-languages=c builds libstdc++-v3


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]