Re: Multilib seems to fail for mingw-w64 build

2017-01-19 Thread FX
Hi, Help from a build maintainer needed :) I am trying to find why mingw-w64 won’t build as a GCC cross-compiler with multilib (see full report below). It fails in building 32-bit libgcc, because we’re passing it the wrong flags. From toplevel configure, we have: FLAGS_FOR_TARGET=$FLAGS_FO

Multilib seems to fail for mingw-w64 build

2017-01-13 Thread FX
Hi, I am trying to compile a multilib-enabled GCC cross-compiler targetting mingw-w64. I have the mingw-w64 headers installed, the CRT built for both 32- and 64-bit, and installed (with libs in $ROOT/x86_64-w64-mingw32/lib32 and $ROOT/x86_64-w64-mingw32/lib respectively). Building the compiler