diff options
Diffstat (limited to 'libc/docs/compiler_support.rst')
-rw-r--r-- | libc/docs/compiler_support.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/docs/compiler_support.rst b/libc/docs/compiler_support.rst index cc671126451b..bdb5620802a4 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`` |