Re: [Mingw-w64-public] [PATCH] headers: Map stat/wstat properly for ucrtbase

2017-12-03 Thread JonY via Mingw-w64-public
On 12/03/2017 09:13 PM, Martin Storsjö wrote: > Signed-off-by: Martin Storsjö > --- > mingw-w64-headers/crt/sys/stat.h | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/mingw-w64-headers/crt/sys/stat.h > b/mingw-w64-headers/crt/sys/stat.h > index ed60219..d9

Re: [Mingw-w64-public] [PATCH 2/2] crt: Share iphlpapi.def between lib64 and libarm32

2017-12-03 Thread JonY via Mingw-w64-public
On 12/03/2017 07:53 PM, Martin Storsjö wrote: > Also provide this import library for libarm64. > > Signed-off-by: Martin Storsjö > --- > mingw-w64-crt/lib-common/iphlpapi.def | 325 > ++ > mingw-w64-crt/lib64/iphlpapi.def | 315 --

Re: [Mingw-w64-public] Challenges with using ucrtbase option for cross compiling...

2017-12-03 Thread Martin Storsjö
On Wed, 29 Nov 2017, Sven Kretzschmar wrote: - Cross-Toolchain built myself from source with cygwin environment using x86_64-w64-mingw32 cross-toolchain sources _with_ "--with-default-msvcrt=ucrtbase" option: => NOT OK ! Problems: Broken in/output handling, broken pipes, errors opening a named

[Mingw-w64-public] [PATCH] headers: Map stat/wstat properly for ucrtbase

2017-12-03 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/sys/stat.h | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/crt/sys/stat.h b/mingw-w64-headers/crt/sys/stat.h index ed60219..d91a498 100644 --- a/mingw-w64-headers/crt/sys/stat.h +++ b/mingw

[Mingw-w64-public] [PATCH 2/2] crt: Share iphlpapi.def between lib64 and libarm32

2017-12-03 Thread Martin Storsjö
Also provide this import library for libarm64. Signed-off-by: Martin Storsjö --- mingw-w64-crt/lib-common/iphlpapi.def | 325 ++ mingw-w64-crt/lib64/iphlpapi.def | 315 mingw-w64-crt/libarm32/iphlpapi.def | 274 -

[Mingw-w64-public] [PATCH 1/2] crt: Share mpr.def between lib64 and libarm32

2017-12-03 Thread Martin Storsjö
Also provide this import library for libarm64. Signed-off-by: Martin Storsjö --- mingw-w64-crt/lib-common/mpr.def | 94 ++ mingw-w64-crt/lib64/mpr.def| 86 -- mingw-w64-crt/libarm32/mpr.def | 88 ---