Re: [Mingw-w64-public] [PATCH] crt: arm: Fix rounding for FE_TONEAREST in llrint*

2019-04-18 Thread Liu Hao
在 2019/4/19 上午4:00, Martin Storsjö 写道: > Signed-off-by: Martin Storsjö > --- > mingw-w64-crt/math/llrint.c | 20 ++-- > mingw-w64-crt/math/llrintf.c | 20 ++-- > mingw-w64-crt/math/llrintl.c | 20 ++-- > 3 files changed, 54 insertions(+), 6 deletio

Re: [Mingw-w64-public] [PATCH] crt: arm: Add an alias for powl to pow, on arm/aarch64

2019-04-18 Thread Liu Hao
在 2019/4/19 上午3:47, Martin Storsjö 写道: > Signed-off-by: Martin Storsjö > --- > mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in | 1 + > mingw-w64-crt/lib-common/msvcrt.def.in | 1 + > mingw-w64-crt/lib-common/ucrtbase.def.in | 1 + > 3 files change

[Mingw-w64-public] [PATCH] crt: arm: Fix rounding for FE_TONEAREST in llrint*

2019-04-18 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-crt/math/llrint.c | 20 ++-- mingw-w64-crt/math/llrintf.c | 20 ++-- mingw-w64-crt/math/llrintl.c | 20 ++-- 3 files changed, 54 insertions(+), 6 deletions(-) diff --git a/mingw-w64-crt/math/llrint.c b/m

[Mingw-w64-public] [PATCH] crt: arm: Add an alias for powl to pow, on arm/aarch64

2019-04-18 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in | 1 + mingw-w64-crt/lib-common/msvcrt.def.in | 1 + mingw-w64-crt/lib-common/ucrtbase.def.in | 1 + 3 files changed, 3 insertions(+) diff --git a/mingw-w64-crt/lib-

[Mingw-w64-public] Updated versions for mingw-w64-install

2019-04-18 Thread Edward Diener
The last version that can be downloaded using mingw-w64-install is gcc 8.1, which was released almost a year ago. In the meantime releases 8.2 and 8.3 of gcc have been released, Can we not get an update so that mingw-w64-install can download releases 8.2 an 8.3 of gcc on Windows. Gcc is the mos

Re: [Mingw-w64-public] PKGBUILD script for toolchain, still having GCC compile errors

2019-04-18 Thread David Grayson
It's not really a chicken and egg situation. You just need to convince GCC to be a cross-compiler hosted on the mingw-msvcrt environment and targeting the mingw-ucrt environment. Any libraries you build targeting ucrt (including mingw-w64's) would go in a directory like /mingw64-ucrt instead of /

Re: [Mingw-w64-public] [PATCH] crt: x86: Add the missing _copysignf function in libmsvcrt-os.a for i386

2019-04-18 Thread Liu Hao
在 2019/4/18 16:51, Martin Storsjö 写道: > This function exists in the import library for all other architectures, > and exists in libmingwex.a without an underscore prefix. > > Signed-off-by: Martin Storsjö > --- > mingw-w64-crt/Makefile.am | 1 + > mingw-w64-crt/math/x86/_copysignf.c |

Re: [Mingw-w64-public] [PATCH] Add api-ms-win-core-datetime-l1-1-0 library

2019-04-18 Thread Liu Hao
在 2019/4/18 2:39, Biswapriyo Nath 写道: > ... > > > Thanks. Pushed this one. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sou

Re: [Mingw-w64-public] PKGBUILD script for toolchain, still having GCC compile errors

2019-04-18 Thread Liu Hao
在 2019/4/18 0:38, Kacvinsky, Tom 写道: > Hi, > > This is good stuff, thanks for the instructions. One question, though. I > want mingw-w64-crt v6.0.0 support for UCRT> How did I modify the > PKGBUILD script to get this support? While I am at it, I want winpthreads > support and perhaps she inst

Re: [Mingw-w64-public] PKGBUILD script for toolchain, still having GCC compile errors

2019-04-18 Thread Kacvinsky, Tom
> -Original Message- > From: Kacvinsky, Tom > Sent: Wednesday, April 17, 2019 12:39 PM > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] PKGBUILD script for toolchain, still having > GCC compile errors > > This is good stuff, thanks for the instructions.

[Mingw-w64-public] [PATCH] crt: x86: Add the missing _copysignf function in libmsvcrt-os.a for i386

2019-04-18 Thread Martin Storsjö
This function exists in the import library for all other architectures, and exists in libmingwex.a without an underscore prefix. Signed-off-by: Martin Storsjö --- mingw-w64-crt/Makefile.am | 1 + mingw-w64-crt/math/x86/_copysignf.c | 14 ++ 2 files changed, 15 insertions(+