libatomic: Use config/mingw/lock.c for --enable-threads=single

Without this change bootstrap fails for x86_64-w64-mingw32 with
--disable-threads=single because there is no lock.c file chosen by
libatomic's configure.

libatomic/ChangeLog:

	* configure.tgt (config_path) [target_thread_file=single]:
	Use 'mingw' config.
This commit is contained in:
Jonathan Wakely 2023-01-13 13:13:55 +00:00
parent c841bde5ac
commit 8da14bd45e

View file

@ -160,7 +160,7 @@ case "${target}" in
*-*-mingw*)
# OS support for atomic primitives.
case ${target_thread_file} in
win32 | mcf)
win32 | mcf | single)
config_path="${config_path} mingw"
;;
posix)