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 debug/81372] gcc-620 syntax issues


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81372

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
--disable-hosted-libstdcxx means are not producing a hosted libstdc++ but
compiling GCC requires a hosted C++ Library (for stage 2).  Really any native
GCC will require a hosted C++ Library.

There is no reason to use --disable-hosted-libstdcxx except for a cross
compiler where there is another standard C++ library that will be used.

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