From 94596560c2556fae614ef237ed0ff2f749b14651 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 19 Apr 2018 10:47:49 -0400 Subject: [PATCH] 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 Reviewed-By: James M Snell Reviewed-By: Gibson Fahnestock --- BUILDING.md | 3 +++ 1 file changed, 3 insertions(+) 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