summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-07-17 09:11:46 +0000
committerMichaƫl Zasso <targos@protonmail.com>2019-07-20 11:30:00 +0200
commit5d09c15c5b1df19338606908f528ce5024151e83 (patch)
tree22ab50a429a8d9324b941a472a1cdcf0b13c9101
parent7989d5c600b7b872548f810b362f59c37f9d283f (diff)
downloadandroid-node-v8-5d09c15c5b1df19338606908f528ce5024151e83.tar.gz
android-node-v8-5d09c15c5b1df19338606908f528ce5024151e83.tar.bz2
android-node-v8-5d09c15c5b1df19338606908f528ce5024151e83.zip
build: update of the large page option error
Now large pages is also supported by FreeBSD. PR-URL: https://github.com/nodejs/node/pull/28729 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 44d2eb2539..a791efebbc 100755
--- a/configure.py
+++ b/configure.py
@@ -400,7 +400,7 @@ parser.add_option('--use-largepages',
action='store_true',
dest='node_use_large_pages',
help='build with Large Pages support. This feature is supported only on Linux kernel' +
- '>= 2.6.38 with Transparent Huge pages enabled')
+ '>= 2.6.38 with Transparent Huge pages enabled and FreeBSD')
intl_optgroup.add_option('--with-intl',
action='store',