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
committerDavid Carlier <devnexen@gmail.com>2020-10-19 20:49:45 +0300
commit2b3acc44f0a78c97774f611d165fe876d7634f39 (patch)
tree5796a960c54966efdb274a6355ff23414e1f1eda /node.gyp
parentb18651bcd2c289cfad9750571f514dbdab12eb51 (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 9d4ac04ebf9..dd9bddd08ba 100644
--- a/node.gyp
+++ b/node.gyp
@@ -352,7 +352,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': [
@@ -964,7 +964,7 @@
'src/node_crypto.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' ],