Re: [Mingw-w64-public] How was binutils 2.37 configured for latest mingw-w64?

2021-09-18 Thread Ralph Engels
It is a bit convoluted, the problem is that we need to treat it as a cross build but ucrt does not have a seperate arch like -> example i686-ucrt-mingw32 so we have to use some tricks but it is not the easiest thing to pull off. The build scripts should give you an idea of how it can be done bu

Re: [Mingw-w64-public] How was binutils 2.37 configured for latest mingw-w64?

2021-09-18 Thread Ralph Engels
Hmm seems zip is blocked ill try just attaching the scripts directly. Den 18-09-2021 kl. 15:06 skrev Kacvinsky, Tom: HI, I am working with Ralph's sjlj GCC tool chain, but am running into problems using that to boot strap the tool chain with UCRT support. What I have found is that crt2.o canno

Re: [Mingw-w64-public] How was binutils 2.37 configured for latest mingw-w64?

2021-09-18 Thread Kacvinsky, Tom
But there isn't anyway that I know of how to configure binutils with the standard msys2 mingw-w64-binutils, at least when using the "stock" build Is there a way of figuring this out? Tom > -Original Message- > From: Ralph Engels > Sent: Saturday, September 18, 2021 10:04 AM > To: mingw-w

Re: [Mingw-w64-public] How was binutils 2.37 configured for latest mingw-w64?

2021-09-18 Thread Ralph Engels
same way as the standard msys2 mingw-w64-binutils :) only the exception model changed. Den 18-09-2021 kl. 15:06 skrev Kacvinsky, Tom: HI, I am working with Ralph's sjlj GCC tool chain, but am running into problems using that to boot strap the tool chain with UCRT support. What I have found is

[Mingw-w64-public] How was binutils 2.37 configured for latest mingw-w64?

2021-09-18 Thread Kacvinsky, Tom
HI, I am working with Ralph's sjlj GCC tool chain, but am running into problems using that to boot strap the tool chain with UCRT support. What I have found is that crt2.o cannot be found ../../xg++ -B../../ -B../../../x86_64-w64-mingw32/libstdc++-v3/src/.libs -B../../../x86_64-w64-mingw32/libs

[Mingw-w64-public] [PATCH] headers: Add GetHostNameW in winsock2.h

2021-09-18 Thread Biswapriyo Nath
From c5ce6017835a4bace7522b47fad664bebea8e131 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 18 Sep 2021 14:43:41 +0530 Subject: [PATCH] headers: Add GetHostNameW in winsock2.h This fixes build failure of libuv in x86. Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/wi