https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81372
--- Comment #4 from Abinaya ---
Thank you so much.
If we need any help will continue on this ticket.
Have a great day:)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81372
--- Comment #3 from Andrew Pinski ---
--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 reas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81372
--- Comment #2 from Abinaya ---
Hi Pinski,
Thanks for your quick reply.
Could you please let me know what is the difference between that
--disable-hosted-libstdcxx and --disable-bootstrap.
Why we are using this flag?
Regards,
Abinaya
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81372
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---