diff --git a/libc/docs/compiler_support.rst b/libc/docs/compiler_support.rst --- a/libc/docs/compiler_support.rst +++ b/libc/docs/compiler_support.rst @@ -17,8 +17,8 @@ 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 --- a/libc/docs/index.rst +++ b/libc/docs/index.rst @@ -59,6 +59,7 @@ :maxdepth: 1 :caption: Status + compiler_support date_and_time math/index.rst strings @@ -69,7 +70,6 @@ :maxdepth: 1 :caption: Development - compiler_support build_and_test dev/index.rst porting