[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

[Mingw-w64-public] [PATCH 2/2] crt: Move __mingw_setusermatherr and __mingw_raise_matherr into a separated object file.

2019-04-04 Thread Jacek Caban
_matherr may be overridden by an application and as such the default implementation should be in a separated object file. Signed-off-by: Jacek Caban --- mingw-w64-crt/Makefile.am | 1 + mingw-w64-crt/crt/merr.c| 26 -- mingw-w64-crt/crt/usermatherr.c |

[Mingw-w64-public] [PATCH 1/2] crt: Get rid of _ftime from mingwex.

2019-04-04 Thread Jacek Caban
It's already handled by importlibs. Signed-off-by: Jacek Caban --- mingw-w64-crt/Makefile.am| 2 +- mingw-w64-crt/stdio/_ftime.c | 19 --- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 mingw-w64-crt/stdio/_ftime.c diff --git

Re: [Mingw-w64-public] [PATCH] crt: Use importlibs for more time functions.

2019-04-04 Thread Jacek Caban
On 4/4/19 3:07 PM, Martin Storsjö wrote: On Thu, 4 Apr 2019, Jacek Caban wrote: Signed-off-by: Jacek Caban --- mingw-w64-crt/Makefile.am  |  2 +- mingw-w64-crt/lib-common/msvcrt.def.in |  4 +- mingw-w64-crt/lib32/msvcr100.def.in    |  4 +- mingw-w64-crt/lib32/msvcr80.def.in | 

Re: [Mingw-w64-public] [PATCH] crt: Use importlibs for more time functions.

2019-04-04 Thread Martin Storsjö
On Thu, 4 Apr 2019, Jacek Caban wrote: Signed-off-by: Jacek Caban --- mingw-w64-crt/Makefile.am | 2 +- mingw-w64-crt/lib-common/msvcrt.def.in | 4 +- mingw-w64-crt/lib32/msvcr100.def.in| 4 +- mingw-w64-crt/lib32/msvcr80.def.in | 2 + mingw-w64-crt/lib32/msvcr90.def.in

[Mingw-w64-public] [PATCH] crt: Use importlibs for more time functions.

2019-04-04 Thread Jacek Caban
Signed-off-by: Jacek Caban --- mingw-w64-crt/Makefile.am | 2 +- mingw-w64-crt/lib-common/msvcrt.def.in | 4 +- mingw-w64-crt/lib32/msvcr100.def.in| 4 +- mingw-w64-crt/lib32/msvcr80.def.in | 2 + mingw-w64-crt/lib32/msvcr90.def.in | 4 +-

Re: [Mingw-w64-public] [PATCH 1/2] crt: Use importlibs for difftime* functions.

2019-04-04 Thread Jacek Caban
On 4/3/19 9:13 PM, Martin Storsjö wrote: On Wed, 3 Apr 2019, Jacek Caban wrote: Don't you have 32/64 the wrong way around here? Oh, good catch, those #ifdefs used opposite meaning and my test was stupid enough to not catch it. I'm not quite sure about the nuance and difference in