@@ -119,14 +119,14 @@ platforms. This is true regardless of entries in the table below.
119
119
| AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | |
120
120
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup >[ 7] ( #fn7 ) </sup > |
121
121
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
123
123
need the
124
124
[ Toolchain test builds PPA] ( https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=xenial )
125
125
or similar to source a newer compiler.
126
126
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
128
128
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 / )
130
130
or later to source a newer compiler.
131
131
132
132
<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.
161
161
162
162
| Operating System | Compiler Versions |
163
163
| ---------------- | -------------------------------------------------------------- |
164
- | Linux | GCC >= 6 .3 |
164
+ | Linux | GCC >= 8 .3 |
165
165
| Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host |
166
166
| macOS | Xcode >= 10 (Apple LLVM >= 10) |
167
167
@@ -235,7 +235,7 @@ test with Python 3.
235
235
236
236
#### Unix prerequisites
237
237
238
- * ` gcc ` and ` g++ ` >= 6 .3 or newer, or
238
+ * ` gcc ` and ` g++ ` >= 8 .3 or newer, or
239
239
* GNU Make 3.81 or newer
240
240
* Python (see note above)
241
241
* Python 2.7
0 commit comments