Hi, I am building a cross-compiler on macOS targeting multilib mingw-w64. I have done so in the past, with a setup based on the documentation (https://sourceforge.net/p/mingw-w64/wiki2/Cross%20Win32%20and%20Win64%20compiler/), but my most recent attemps fail.
In short, in the final part of building GCC, I get a failure to link 32-bit libgcc because the compiler is looking for the 32-bit mingw-w64 libraries in lib and not lib32. My own setup and list of configure options is listed in full here: http://pastebin.com/akUKwrCT I had opened a bug report (https://sourceforge.net/p/mingw-w64/bugs/580/) but it was closed because I apparently was clear enough that I do have multilib mingw-w64 crt built and installed. I can reproduce the issue with latest git gcc/binutils/mingw-w64, as well as with the latest released versions of each. Can you help me debug this issue? FX ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
