From f157a074bb3490b14f8809c065c52877dfc49f6f Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Fri, 11 Nov 2016 08:38:51 +0000 Subject: [PATCH] doc: update README.md Signed-off-by: Ilkka Myller --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a8bb79..f53d51f3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases. ### Node.js v7 specific dependencies Node.js v7 ships with V8 v5.4 that requires native (host) compilation of additional build tools (`mkpeephole`, `mksnapshot`). -Building these tools currently requires 32-bit native toolchain. Following packages should be installed in the build host: +Building these tools for 32-bit targets (e.g. Arm) also requires 32-bit native toolchain. + +In this case, following package should be installed in the build host: * `g++-multilib`