d: respect --enable-link-mutex configure option
authorMartin Liska <mliska@suse.cz>
Tue, 22 Nov 2022 09:39:50 +0000 (10:39 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 23 Nov 2022 13:19:11 +0000 (14:19 +0100)
commit52a0ef696e1d7858fde1ded81ac8063a5768127c
treef326d1e342871324a947ff6c50b3adf20bc72022
parente6a32c12b4ef87c084d29863c79503344126d101
d: respect --enable-link-mutex configure option

I noticed the option is ignored because @DO_LINK_MUTEX@
is not defined in d/Make-lang.in.

gcc/ChangeLog:

* Makefile.in: Set DO_LINK_MUTEX.

gcc/d/ChangeLog:

* Make-lang.in: Use it as $DO_LINK_MUTEX.
gcc/Makefile.in
gcc/d/Make-lang.in