在 2019/8/28 3:52, Martin Storsjö 写道:
>
> If you need to have libstdc++ use this for its threading functions,
> you'd need to rebuild the toolchain, building this after the
> mingw-w64-crt parts but before building the rest of the gcc runtimes,
> and possibly change some configure flag to gcc to ma
On Tue, 27 Aug 2019, Kacvinsky, Tom wrote:
Hi all,
I have had great success with the UCRT support I need for the project I am
working on.
But today I found out I also need winpthread support, which is currently not in
the kit
(gcc-8.3.0 based) I built.
I still have the script I used to boots
Hi all,
I have had great success with the UCRT support I need for the project I am
working on.
But today I found out I also need winpthread support, which is currently not in
the kit
(gcc-8.3.0 based) I built.
I still have the script I used to bootstrap gcc-8.3.0 and associated runtimes
that a