commit | 18df3e8323dcf9fdfec56b5f12c04a9c723a0931 | [log] [tgz] |
---|---|---|
author | Christopher Wellons <wellons@nullprogram.com> | Sat Jan 25 14:45:20 2025 -0500 |
committer | Alan Modra <amodra@gmail.com> | Mon Jan 27 14:25:20 2025 +1030 |
tree | 16e4e0859a70ed0a5b0ad1540f363ec6cbf9eabc | |
parent | c7ea43c64ed18f3e91a614b484136b520eb1d693 [diff] |
Exclude libpthread from automatic export generation Before this change, static linking libwinpthread, commonly distributed as part of Mingw-w64, while using automatic symbol exports would export the entire threading API, which is never wanted. This is always the case when static linking libstdc++ built against libpthread.