SIGN IN SIGN UP

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" (...)
V
Victor Stinner committed
71b6e2602c0b5b06d51855f179cdb30094a67968
Parent: 4297499
Committed by GitHub <noreply@github.com> on 9/10/2023, 4:21:13 PM