Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2020-07-12 07:52:46 +0300
committerBeth Griggs <bgriggs@redhat.com>2020-12-15 23:13:02 +0300
commit00d9499b144718f3b1f342b23a315d479fdd0575 (patch)
tree08450e83621c8390e8335aa4c51ca39734366dfc /node.gyp
parent238885288d0a9c28b14dffd8471bb6135070267b (diff)
src: large pages support in illumos/solaris systems
Making sure using apis supported by both. PR-URL: https://github.com/nodejs/node/pull/34320 Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 86b6fceff7e..f4cb37b70f4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -334,7 +334,7 @@
'target_name': 'node_text_start',
'type': 'none',
'conditions': [
- [ 'OS in "linux freebsd" and '
+ [ 'OS in "linux freebsd solaris" and '
'target_arch=="x64"', {
'type': 'static_library',
'sources': [
@@ -902,7 +902,7 @@
'src/tls_wrap.h'
],
}],
- [ 'OS in "linux freebsd mac" and '
+ [ 'OS in "linux freebsd mac solaris" and '
'target_arch=="x64" and '
'node_target_type=="executable"', {
'defines': [ 'NODE_ENABLE_LARGE_CODE_PAGES=1' ],