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/26259] --enable-languages=c,c++ not working as expected, documented



------- Comment #28 from pinskia at gcc dot gnu dot org  2006-02-16 15:09 -------
(In reply to comment #24)
> Since Ben is removing directories in the first place, this is the reason why
> this is invalid and not because gnattools is being built even with
> --enable-language=c++.

Again this has nothing to do with the real behavior of the options since they
are acting like they should as there is no way for the configure to tell
gnattools is for Ada only.

Again this bug is about removing two directories and then trying to build
without removing the thrid, it goes wrong.  If someone removes gcc/cp,
libstdc++ will always be built because there is no way for the build mechanism
to recognize that libstdc++ belongs to building only with c++ turned on.  This
case is no different.

Closing as works for me since Benjamin removed directories to begin with.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26259


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