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 configure options, lib32 is 
still built.  I'd
have to say there is an error in the documentation, or the configure script is 
not working as
expected.


--disable-multilib is for GCC's configure script. --disable-multilib doesn't really disable the multilib capability of the compiler, it just disables the build of the 32bit versions of the gcc libraries (for instance libstdc++) - So if you only want 64bit mingw-w64, you must add --disable-lib32 to mingw-w64-crt's configure script.

--
chs



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to