Re: [PATCH] libstdc++-v3: Check for TLS support on mingw

2021-09-15 Thread Jonathan Wakely via Gcc-patches
On Wed, 1 Sept 2021 at 10:52, Jonathan Wakely wrote: > > On Wed, 1 Sept 2021 at 02:44, Jonathan Yong <10wa...@gmail.com> wrote: > > > > On 8/31/21 9:02 AM, Jonathan Wakely wrote: > > > It looks like my questions about this patch never got an answer, and > > > it never got applied. > > > > > > Coul

Re: [PATCH] libstdc++-v3: Check for TLS support on mingw

2021-09-01 Thread Jonathan Wakely via Gcc-patches
On Wed, 1 Sept 2021 at 02:44, Jonathan Yong <10wa...@gmail.com> wrote: > > On 8/31/21 9:02 AM, Jonathan Wakely wrote: > > It looks like my questions about this patch never got an answer, and > > it never got applied. > > > > Could somebody say whether TLS is enabled for native *-*-mingw* > > builds

Re: [PATCH] libstdc++-v3: Check for TLS support on mingw

2021-08-31 Thread Jonathan Yong via Gcc-patches
On 8/31/21 9:02 AM, Jonathan Wakely wrote: It looks like my questions about this patch never got an answer, and it never got applied. Could somebody say whether TLS is enabled for native *-*-mingw* builds? If it is, then we definitely need to add GCC_CHECK_TLS to the cross-compiler config too.

Re: [PATCH] libstdc++-v3: Check for TLS support on mingw

2021-08-31 Thread Jonathan Wakely via Gcc-patches
It looks like my questions about this patch never got an answer, and it never got applied. Could somebody say whether TLS is enabled for native *-*-mingw* builds? If it is, then we definitely need to add GCC_CHECK_TLS to the cross-compiler config too. For a linux-hosted x86_64-w64-mingw32 cross c

Re: [PATCH] libstdc++-v3: Check for TLS support on mingw

2018-02-26 Thread Jonathan Wakely
Apologies if you get this mail multiple times, I'm having some trouble sending mail to @gcc.gnu.org lists. On 19/02/18 09:59 +0100, Hugo Beauzée-Luyssen wrote: > libstdc++-v3: Check for TLS support on mingw > > 2018-02-16 Hugo Beauzée-Luyssen > >* crossconfig.m4: Check for TLS support on