From 411d5968acefc5379a7d9bc16271661c90792055 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 4 Apr 2022 11:42:46 -0400 Subject: [PATCH] doc: update AIX minimum supported arch Raise the minimum supported arch for AIX to Power 8 in line with the existing minimum supported Power arch for Linux. We do not have anything earlier than Power 8 in our CI so are unable to test on it, and have reached out to IBM who have no concerns over baselining on Power 8 for Node.js 18. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index bb3d16cde2fade..0eac95d576d6fc 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -116,7 +116,7 @@ platforms. This is true regardless of entries in the table below. | macOS | x64 | >= 10.15 | Tier 1 | For notes about compilation see [^7] | | macOS | arm64 | >= 11 | Tier 1 | | | SmartOS | x64 | >= 18 | Tier 2 | | -| AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | | +| AIX | ppc64be >=power8 | >= 7.2 TL04 | Tier 2 | | | FreeBSD | x64 | >= 12.2 | Experimental | | [^1]: GCC 8 is not provided on the base platform. Users will