Re: [PATCH] d: respect --enable-link-mutex configure option

2022-11-23 Thread Martin Liška
On 11/22/22 13:59, Iain Buclaw wrote: > Excerpts from Martin Liška's message of November 22, 2022 10:41 am: >> I noticed the option is ignored because @DO_LINK_MUTEX@ >> is not defined in d/Make-lang.in. >> >> Tested locally before and after the patch. >> >> Ready to be installed? >> Thanks, >> Mar

Re: [PATCH] d: respect --enable-link-mutex configure option

2022-11-22 Thread Iain Buclaw via Gcc-patches
Excerpts from Martin Liška's message of November 22, 2022 10:41 am: > I noticed the option is ignored because @DO_LINK_MUTEX@ > is not defined in d/Make-lang.in. > > Tested locally before and after the patch. > > Ready to be installed? > Thanks, > Martin > Fine on my end. Thanks! Iain.

[PATCH] d: respect --enable-link-mutex configure option

2022-11-22 Thread Martin Liška
I noticed the option is ignored because @DO_LINK_MUTEX@ is not defined in d/Make-lang.in. Tested locally before and after the patch. Ready to be installed? Thanks, Martin gcc/ChangeLog: * Makefile.in: Set DO_LINK_MUTEX. gcc/d/ChangeLog: * Make-lang.in: Use it as $DO_LINK_MUTEX