Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-03-23 12:33:08 +0300
committergengjiawen <technicalcute@gmail.com>2021-03-26 04:22:19 +0300
commit1ff2918d806c266186943dcb8c9528700ef50c4b (patch)
tree53ef13f5167fb94135d6f00caf5a33c1e4ad9c82 /BUILDING.md
parentaaf98062b0e73af3b9a9ce8d1a87959187ec521c (diff)
doc: update minimum supported GCC to 8.3
Refs: https://github.com/nodejs/build/issues/2445 PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 858f017d692..4d6b758f7ce 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -119,14 +119,14 @@ platforms. This is true regardless of entries in the table below.
| AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | |
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup>[7](#fn7)</sup> |
-<em id="fn1">1</em>: GCC 6 is not provided on the base platform. Users will
+<em id="fn1">1</em>: GCC 8 is not provided on the base platform. Users will
need the
[Toolchain test builds PPA](https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=xenial)
or similar to source a newer compiler.
-<em id="fn2">2</em>: GCC 6 is not provided on the base platform. Users will
+<em id="fn2">2</em>: GCC 8 is not provided on the base platform. Users will
need the
- [devtoolset-6](https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/)
+ [devtoolset-8](https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/)
or later to source a newer compiler.
<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.
| Operating System | Compiler Versions |
| ---------------- | -------------------------------------------------------------- |
-| Linux | GCC >= 6.3 |
+| Linux | GCC >= 8.3 |
| Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host |
| macOS | Xcode >= 10 (Apple LLVM >= 10) |
@@ -235,7 +235,7 @@ test with Python 3.
#### Unix prerequisites
-* `gcc` and `g++` >= 6.3 or newer, or
+* `gcc` and `g++` >= 8.3 or newer, or
* GNU Make 3.81 or newer
* Python (see note above)
* Python 2.7