[Mingw-w64-public] [PATCH] headers: float.h: define _CW_DEFAULT on ARM and ARM64.

2022-03-20 Thread Jeremy Drake via Mingw-w64-public
Microsoft defines this to the same value on x64, ARM, and ARM64, so do the same. This constant is used by Cairo. See https://github.com/msys2/MINGW-packages/issues/11053 Signed-off-by: Jeremy Drake --- mingw-w64-headers/crt/float.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-20 Thread LIU Hao
在 2022-03-20 16:39, Martin Storsjö 写道: Sure, moving it out elsewhere is an option too. I wouldn't entirely rule out putting it in mingw-w64-crt either, but we'd need to tweak the C++ compiler detection code - I haven't had time to try that yet. I recommend that we don't bring C++ into the

Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-20 Thread Martin Storsjö
On Sun, 20 Mar 2022, LIU Hao wrote: 在 2022-03-20 12:50, Biswapriyo Nath 写道: If this comsupp library can not be integrated with main crt libraries, is it possible to add this library in mingw-w64-libraries folder and then add option (e.g. --enable-extras) in configure.ac to build from that folde

Re: [Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-20 Thread LIU Hao
在 2022-03-20 12:50, Biswapriyo Nath 写道: If this comsupp library can not be integrated with main crt libraries, is it possible to add this library in mingw-w64-libraries folder and then add option (e.g. --enable-extras) in configure.ac to build from that folder? It is also what Microsoft people