From 1a1ce93317327e02cf0ab27fceca579faf60252d Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 14 Apr 2020 04:38:40 -0400 Subject: [PATCH] doc: update cross compiler machine for Linux armv7 Update cross compiler machine for Linux armv7 to Ubuntu 18.04. Signed-off-by: Richard Lau PR-URL: https://github.com/nodejs/node/pull/32812 Refs: https://github.com/nodejs/build/issues/2168 Reviewed-By: Colin Ihrig Reviewed-By: Matteo Collina Reviewed-By: Beth Griggs Reviewed-By: Jiawen Geng Reviewed-By: Sam Roberts Reviewed-By: James M Snell --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 3f4f5f691f9b55..a4a00a9f1ffe49 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -171,7 +171,7 @@ Binaries at are produced on: | aix-ppc64 | AIX 7.1 TL05 on PPC64BE with GCC 6 | | darwin-x64 (and .pkg) | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 | | linux-arm64 | CentOS 7 with devtoolset-8 / GCC 8 [8](#fn8) | -| linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) | +| linux-armv7l | Cross-compiled on Ubuntu 18.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) | | linux-ppc64le | CentOS 7 with devtoolset-8 / GCC 8 [8](#fn8) | | linux-s390x | RHEL 7 with devtoolset-8 / GCC 8 [8](#fn8) | | linux-x64 | CentOS 7 with devtoolset-8 / GCC 8 [8](#fn8) |