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:
authorMichael Dawson <michael_dawson@ca.ibm.com>2018-04-19 17:47:49 +0300
committerJames M Snell <jasnell@gmail.com>2018-04-19 23:25:06 +0300
commit8a5b7b2afe3ebc112ec94e3b60d40633919ad93e (patch)
treeb1c9d794dea897c4867b477bbd10d00453bf171a /BUILDING.md
parent9566603f35985eba42ba1471e7b8e734c56767af (diff)
doc: update required compiler level for AIX
Compilers were updated for 10.X as per discussion in: https://github.com/nodejs/build/issues/925 PR-URL: https://github.com/nodejs/node/pull/20153 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index f786412f4b8..c57905b75a3 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -84,6 +84,9 @@ Depending on host platform, the selection of toolchains may vary.
* GCC 4.9.4 or newer
* Clang 3.4.2 or newer
+#### AIX
+* GCC 6.3 or newer
+
#### Windows
* Visual Studio 2017 or the Build Tools thereof