Skip to content
Snippets Groups Projects
Commit 8da14bd4 authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

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.
parent c841bde5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment