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

Andreas Schwab <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #8 from Andreas Schwab <[email protected]> ---
In a canadian cross, where the build compiler is a cross compiler, you cannot
build any target libraries.  To build the target libraries, you need to build a
cross compiler with --host=x86_64-redhat-linux-gnu
--target=x86_64-unknown-linux-gnu, using a suitable sysroot.

Reply via email to