Commit 0fdc88d
committed
bpo-41916: allow cross-compiled python to have -pthread set for CXX
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.1 parent 586b24d commit 0fdc88d
File tree
3 files changed
+16
-6
lines changed- Misc/NEWS.d/next/Build
3 files changed
+16
-6
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2322 | 2322 | | |
2323 | 2323 | | |
2324 | 2324 | | |
2325 | | - | |
2326 | 2325 | | |
2327 | 2326 | | |
2328 | 2327 | | |
2329 | | - | |
| 2328 | + | |
| 2329 | + | |
2330 | 2330 | | |
2331 | 2331 | | |
2332 | 2332 | | |
| |||
2355 | 2355 | | |
2356 | 2356 | | |
2357 | 2357 | | |
| 2358 | + | |
2358 | 2359 | | |
| 2360 | + | |
| 2361 | + | |
2359 | 2362 | | |
2360 | | - | |
2361 | 2363 | | |
2362 | 2364 | | |
2363 | 2365 | | |
| |||
0 commit comments