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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-10-24
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #4)
> I'm changing the component to bootstrap, since libstdc++ is behaving as
> requested by --disable-hosted-libstdcxx

Huh, Andrew changed it back again :-)

I think the fix is for the top-level configure to also add:

  --disable-bootstrap --disable-libitm

when we're building without a hosted libstdc++. libitm uses C++ headers and
fails to build with a freestanding libstdc++, so we need to disable that too.

Reply via email to