https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123757
Andreas Schwab <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #10 from Andreas Schwab <[email protected]> --- Compiler 3 _is_ the canadian cross that cannot build target libraries. You need to build them with compiler 2. The reason is that in the target libraries host becomes build and target becomes host, but that build triple is then not compatible with your actual build system.
