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/49829] [4.7 Regression] --disable-static --enable-shared regression: cannot find -lstdc++


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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-20 09:37:25 UTC ---
Right now I think cc1/cc1plus/etc. would be happy even with an empty
libstdc++.a (they are compiled with -fno-exceptions -fno-rtti, so shouldn't
need even libsupc++) and go1 I think uses just the c++98 stuff and libsupc++.


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