diff options
author | Sam Gross <colesbury@gmail.com> | 2024-10-15 00:09:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 00:09:48 (GMT) |
commit | 8d42e2d915c3096e7eac1c649751d1da567bb7c3 (patch) | |
tree | 03f0717fa9c1d486058744f8b62c8588beef673e /Python/hamt.c | |
parent | 0b28ea4a35dc7c68c97127f7aad8f0175d77c520 (diff) | |
download | cpython-8d42e2d915c3096e7eac1c649751d1da567bb7c3.zip cpython-8d42e2d915c3096e7eac1c649751d1da567bb7c3.tar.gz cpython-8d42e2d915c3096e7eac1c649751d1da567bb7c3.tar.bz2 |
gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)
We previously used `AC_RUN_IF_ELSE` with a short test program to detect
if `-latomic` is needed, but that requires choosing a specific default
value when cross-compiling because the test program is not run.
Some cross compilation targets like `wasm32-emscripten` do not support
`-latomic`, while other cross compilation targets, like
`arm-linux-gnueabi` require it.
Diffstat (limited to 'Python/hamt.c')
0 files changed, 0 insertions, 0 deletions