]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX (#22525)
authorDustin Spicuzza <dustin@virtualroadside.com>
Thu, 5 Jan 2023 22:57:31 +0000 (17:57 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Jan 2023 22:57:31 +0000 (14:57 -0800)
commitcc8748712e78805c5be4a0a3f98cfb5c35026d0e
tree249b050fac6835c78a2db72216a80bc90be9a15a
parent1ae619c911ec8e096f83eeb7cc57fcd966950a3d
gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX (#22525)

When cross-compiling, the compile/run test for -pthread always fails so -pthread
will never be automatically set without an override from the cache. ac_cv_pthread
can already be overridden, so do the same thing for ac_cv_cxx_thread.
Misc/NEWS.d/next/Build/2022-03-04-10-47-23.bpo-41916.1d2GLU.rst [new file with mode: 0644]
configure
configure.ac