diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-10 16:21:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-10 16:21:13 (GMT) |
commit | 71b6e2602c0b5b06d51855f179cdb30094a67968 (patch) | |
tree | 948c3c65d46a290a87f86cc9ed5d0638f51f7d51 /Python/tracemalloc.c | |
parent | 429749969621b149c1a7c3c004bd44f52bec8f44 (diff) | |
download | cpython-71b6e2602c0b5b06d51855f179cdb30094a67968.zip cpython-71b6e2602c0b5b06d51855f179cdb30094a67968.tar.gz cpython-71b6e2602c0b5b06d51855f179cdb30094a67968.tar.bz2 |
gh-109054: Don't use libatomic on cross-compilation (#109211)
configure no longer uses libatomic by default when Python is
cross-compiled. The LIBATOMIC variable can be set manually in this
case:
./configure LIBATOMIC="-latomic" (...)
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions