summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2017-04-13 12:42:56 +0200
committerJames M Snell <jasnell@gmail.com>2017-04-18 11:50:00 -0700
commitb4f59a7460150bd2e5e5858fb93161547d799633 (patch)
tree79dd4bec061de6ee03f3e99ee731b93a8ab8dac1 /BUILDING.md
parenteaa0542eff274179a0befa80028b0e06628263bc (diff)
downloadandroid-node-v8-b4f59a7460150bd2e5e5858fb93161547d799633.tar.gz
android-node-v8-b4f59a7460150bd2e5e5858fb93161547d799633.tar.bz2
android-node-v8-b4f59a7460150bd2e5e5858fb93161547d799633.zip
doc: upgrade Clang requirement to 3.4.2
Clang 3.4.1 has a bug that prevents compilation of V8. As of Node.js 8.0.0 we stopped floating a workaround for this issue. PR-URL: https://github.com/nodejs/node/pull/12388 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 1eae0087e0..89d69b8229 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -62,7 +62,7 @@ Depending on host platform, the selection of toolchains may vary.
#### Unix
* GCC 4.8.5 or newer
-* Clang 3.4.1 or newer
+* Clang 3.4.2 or newer
#### Windows
@@ -77,7 +77,7 @@ Depending on host platform, the selection of toolchains may vary.
Prerequisites:
* `gcc` and `g++` 4.8.5 or newer, or
-* `clang` and `clang++` 3.4.1 or newer
+* `clang` and `clang++` 3.4.2 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer