Re: [Mingw-w64-public] Issue with documentation for building CRT and GCC

2019-04-08 Thread Christer Solskogen
On 04.04.2019 19:18, Kacvinsky, Tom wrote: I am using https://sourceforge.net/p/mingw-w64/wiki2/Cross%20Win32%20and%20Win64%20compiler/ In there, it says to use --disable-multilib if I do not want 32 and 64-bit support, only the native mingw-w64 architecture. Despite adding that to the config

Re: [Mingw-w64-public] Issue with documentation for building CRT and GCC

2019-04-04 Thread David Grayson
In my nixcrpkgs project, I never had to use "--disable-multilib". I just use "--host=x86_64-w64-mingw32" or "--host=i686-w64-mingw32" and it seems to only build one library. Also I don't have a 32-bit GCC on my path when building a 64-bit mingw-w64, so there would be no way for it to build any 32

[Mingw-w64-public] Issue with documentation for building CRT and GCC

2019-04-04 Thread Kacvinsky, Tom
I am using https://sourceforge.net/p/mingw-w64/wiki2/Cross%20Win32%20and%20Win64%20compiler/ In there, it says to use --disable-multilib if I do not want 32 and 64-bit support, only the native mingw-w64 architecture. Despite adding that to the configure options, lib32 is still built. I'd have