]> git.ipfire.org Git - thirdparty/gcc.git/commit
libatomic: Use config/mingw/lock.c for --enable-threads=single
authorJonathan Wakely <jwakely@redhat.com>
Fri, 13 Jan 2023 13:13:55 +0000 (13:13 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 16 Jan 2023 10:28:53 +0000 (10:28 +0000)
commit8da14bd45e9759c55c0b4c744a966b78e16df49a
tree91f8e19da1008f188f18f2785f8be8846aacc9c1
parentc841bde5ac2bd8915ecc974ff7623c8954fc1cf3
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.
libatomic/configure.tgt