From dc0ebcdd4b51de415629b08f549b2b10174cac0d Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 13 Sep 2023 16:07:51 +0200 Subject: [PATCH] Remove LIBATOMIC --- Doc/using/configure.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 24ce3d8e83f6a70..82eb859bb7e32a9 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -326,15 +326,6 @@ Linker Options Linker flags, e.g. ``-L``. -.. cmdoption:: LIBATOMIC - - Linker flags when ``cpython/pyatomic.h`` header file is used. - - Default: ``LIBATOMIC='-latomic'`` if ``libatomic`` is needed, or - ``LIBATOMIC=''`` otherwise (also the default when Python is cross-compiled). - - .. versionadded:: 3.13 - .. cmdoption:: LIBS Libraries to pass to the linker, e.g. ``-l``.