diff options
author | Richard Lau <riclau@uk.ibm.com> | 2020-04-14 04:38:40 -0400 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2020-04-15 12:04:52 -0700 |
commit | f22a9cac36f731d5bdbf1b7c542b36fa4c13f4de (patch) | |
tree | fa1ffbbf9a518fbf69e90d3ecea2ea1ab0e93cb7 /BUILDING.md | |
parent | 76c74b38f28590f5400e0e73d989366e360268d1 (diff) | |
download | node-new-f22a9cac36f731d5bdbf1b7c542b36fa4c13f4de.tar.gz |
doc: update cross compiler machine for Linux armv7
Update cross compiler machine for Linux armv7 to Ubuntu 18.04.
Signed-off-by: Richard Lau <riclau@uk.ibm.com>
PR-URL: https://github.com/nodejs/node/pull/32812
Refs: https://github.com/nodejs/build/issues/2168
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index 3f4f5f691f..a4a00a9f1f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -171,7 +171,7 @@ Binaries at <https://nodejs.org/download/release/> 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 <sup>[8](#fn8)</sup> | -| 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 <sup>[8](#fn8)</sup> | | linux-s390x | RHEL 7 with devtoolset-8 / GCC 8 <sup>[8](#fn8)</sup> | | linux-x64 | CentOS 7 with devtoolset-8 / GCC 8 <sup>[8](#fn8)</sup> | |