summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-07-17 09:11:46 +0000
committerRich Trott <rtrott@gmail.com>2019-07-19 11:44:05 -0700
commit15d44bf6f0cf0cd390009c7c547a5113c7bcb7d0 (patch)
tree091d3cf89e826d311c8bf07b84f7f5a34fc6f641 /configure.py
parent19b21987d22bf0875cd6d7e6690e497d1fa6295c (diff)
downloadandroid-node-v8-15d44bf6f0cf0cd390009c7c547a5113c7bcb7d0.tar.gz
android-node-v8-15d44bf6f0cf0cd390009c7c547a5113c7bcb7d0.tar.bz2
android-node-v8-15d44bf6f0cf0cd390009c7c547a5113c7bcb7d0.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>
Diffstat (limited to 'configure.py')
-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',