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``.