Skip to content

Commit 1ff2918

Browse files
targosgengjiawen
authored andcommitted
doc: update minimum supported GCC to 8.3
Refs: nodejs/build#2445 PR-URL: #37871 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ash Cripps <acripps@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent aaf9806 commit 1ff2918

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BUILDING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)