Skip to content

Commit

Permalink
doc: compatibility: update the notes on supported GCC versions
Browse files Browse the repository at this point in the history
- replace gcc and clang with GCC and Clang. as GCC and Clang are
  their names. while "gcc" and "clang" are command line names we
  are using.
- replace gcc 11 and gcc 12 with GCC 13 and GCC 14. as the latest
  GCC version is GCC 14.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Oct 24, 2024
1 parent 788c8d1 commit 42843c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ Patches for new platforms (e.g, Windows) are welcome.
Compilers
=========

Seastar supports gcc and clang. Ports to other compilers are
Seastar supports GCC and Clang. Ports to other compilers are
welcome.

The last two major releases of a compiler are supported (e.g.
gcc 11 and gcc 12). Patches to support older versions are welcome,
GCC 13 and GCC 14). Patches to support older versions are welcome,
as long as they don't require onerous compromises.

Deprecation
Expand Down

0 comments on commit 42843c4

Please sign in to comment.