@@ -119,14 +119,14 @@ platforms. This is true regardless of entries in the table below.
119119| AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | |
120120| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup >[ 7] ( #fn7 ) </sup > |
121121
122- <em id =" fn1 " >1</em >: GCC 6 is not provided on the base platform. Users will
122+ <em id =" fn1 " >1</em >: GCC 8 is not provided on the base platform. Users will
123123 need the
124124 [ Toolchain test builds PPA] ( https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=xenial )
125125 or similar to source a newer compiler.
126126
127- <em id =" fn2 " >2</em >: GCC 6 is not provided on the base platform. Users will
127+ <em id =" fn2 " >2</em >: GCC 8 is not provided on the base platform. Users will
128128 need the
129- [ devtoolset-6 ] ( https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6 / )
129+ [ devtoolset-8 ] ( https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8 / )
130130 or later to source a newer compiler.
131131
132132<em id =" fn3 " >3</em >: Older kernel versions may work for ARM64. However the
@@ -161,7 +161,7 @@ Depending on the host platform, the selection of toolchains may vary.
161161
162162| Operating System | Compiler Versions |
163163| ---------------- | -------------------------------------------------------------- |
164- | Linux | GCC >= 6 .3 |
164+ | Linux | GCC >= 8 .3 |
165165| Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host |
166166| macOS | Xcode >= 10 (Apple LLVM >= 10) |
167167
@@ -235,7 +235,7 @@ test with Python 3.
235235
236236#### Unix prerequisites
237237
238- * ` gcc ` and ` g++ ` >= 6 .3 or newer, or
238+ * ` gcc ` and ` g++ ` >= 8 .3 or newer, or
239239* GNU Make 3.81 or newer
240240* Python (see note above)
241241 * Python 2.7
0 commit comments