@@ -121,6 +121,8 @@ platforms. This is true regardless of entries in the table below.
121121| AIX | ppc64be >=power8 | >= 7.2 TL04 | Tier 2 | |
122122| FreeBSD | x64 | >= 12.4 | Experimental | |
123123
124+ <!-- lint disable final-definition-->
125+
124126[ ^ 1 ] : Older kernel versions may work. However official Node.js release
125127 binaries are [ built on RHEL 8 systems] ( #official-binary-platforms-and-toolchains )
126128 with kernel 4.18.
@@ -147,6 +149,8 @@ platforms. This is true regardless of entries in the table below.
147149[ ^ 5 ] : Our macOS x64 Binaries are compiled with 10.15 as a target. Xcode11 is
148150 required to compile.
149151
152+ <!-- lint enable final-definition-->
153+
150154### Supported toolchains
151155
152156Depending on the host platform, the selection of toolchains may vary.
@@ -173,6 +177,8 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
173177| linux-x64 | RHEL 8 with gcc-toolset-10[ ^ 6 ] |
174178| win-x64 and win-x86 | Windows 2012 R2 (x64) with Visual Studio 2019 |
175179
180+ <!-- lint disable final-definition-->
181+
176182[ ^ 6 ] : Binaries produced on these systems are compatible with glibc >= 2.28
177183 and libstdc++ >= 6.0.25 (` GLIBCXX_3.4.25 ` ). These are available on
178184 distributions natively supporting GCC 8.1 or higher, such as Debian 10,
@@ -183,6 +189,8 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
183189 distributions natively supporting GCC 9.3 or higher, such as Debian 11,
184190 Ubuntu 20.04.
185191
192+ <!-- lint enable final-definition-->
193+
186194#### OpenSSL asm support
187195
188196OpenSSL-1.1.1 requires the following assembler version for use of asm
0 commit comments