https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50229
Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fxcoudert at gcc dot gnu.org --- Comment #20 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> --- This PR appears to report two different issues: 1. cross-compiler targeting Darwin 2. cross-compiler hosted on Darwin The first one, as far as I know, simply doesn't work for recent darwin versions, due to lack of compiler tools (cross assembler and linker). Is that correct? For the second, could someone post a clear and up-to-date example of when it doesn't work?