summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2018-04-19 10:47:49 -0400
committerMichael Dawson <michael_dawson@ca.ibm.com>2018-04-19 15:27:52 -0400
commit94596560c2556fae614ef237ed0ff2f749b14651 (patch)
treeb3309254ae20efb675d75e50c511a7044d10b62f /BUILDING.md
parent810597d3353c85eb0aebdf16509a75e4f7dfb6e1 (diff)
downloadandroid-node-v8-94596560c2556fae614ef237ed0ff2f749b14651.tar.gz
android-node-v8-94596560c2556fae614ef237ed0ff2f749b14651.tar.bz2
android-node-v8-94596560c2556fae614ef237ed0ff2f749b14651.zip
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 f786412f4b..c57905b75a 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