summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-02-18 19:24:59 +0100
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-22 05:29:25 +0100
commit9334e45aa0ed815c2745bcc2bb606d91be64998d (patch)
tree4492b7a340557137cd3db489df73fd9adff464f0 /doc/onboarding-extras.md
parenteb9e6c015705847190147201c587e1e668358a78 (diff)
downloadandroid-node-v8-9334e45aa0ed815c2745bcc2bb606d91be64998d.tar.gz
android-node-v8-9334e45aa0ed815c2745bcc2bb606d91be64998d.tar.bz2
android-node-v8-9334e45aa0ed815c2745bcc2bb606d91be64998d.zip
build: remove mips support
Upstream V8 is dropping support for mips/mipsel/mips64/mips64el. This commit removes the build flags from the configure script and some loose ends from the documentation. PR-URL: https://github.com/nodejs/node/pull/26192 Fixes: https://github.com/nodejs/node/issues/26179 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index c9fbc56ad0..07463a9b27 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -81,5 +81,5 @@ need to be attached anymore, as only important bugfixes will be included.
* `macos`, `windows`, `smartos`, `aix`
* No linux, linux is the implied default
* Architecture labels
- * `arm`, `mips`, `s390`, `ppc`
+ * `arm`, `s390`, `ppc`
* No x86{_64}, since that is the implied default