diff --git a/libc/docs/compiler_support.rst b/libc/docs/compiler_support.rst index cc671126451bc..bdb5620802a43 100644 --- a/libc/docs/compiler_support.rst +++ b/libc/docs/compiler_support.rst @@ -17,8 +17,8 @@ For platforms where only ``GCC`` is natively available but maximum performance is required it is possible to bootstrap ``Clang`` with ``GCC`` and then use ``Clang`` to build the '`libc``" project. -Minimum version -=============== +Minimum supported versions +========================== - ``Clang 11`` - - ``GCC 12.2``` + - ``GCC 12.2`` diff --git a/libc/docs/index.rst b/libc/docs/index.rst index 27dc99d917ee2..90422617403e6 100644 --- a/libc/docs/index.rst +++ b/libc/docs/index.rst @@ -59,6 +59,7 @@ stages there is no ABI stability in any form. :maxdepth: 1 :caption: Status + compiler_support date_and_time math/index.rst strings @@ -69,7 +70,6 @@ stages there is no ABI stability in any form. :maxdepth: 1 :caption: Development - compiler_support build_and_test dev/index.rst porting