0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/tools/gyp
Sam Roberts a6cec04aaa gyp: implement LD/LDXX for ninja and FIPS
The ability to set the link rule is used for FIPS, and needs to set
both the `ld =` and `ldxx =` variables in the ninja build file to link
c++ (node) and c (openssl-cli, etc.) executables.

URL: https://github.com/nodejs/node/pull/14227
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-07-17 09:36:23 -07:00
..
buildbot tools: update gyp to 25ed9ac 2015-06-30 13:38:26 +02:00
data/win tools: update gyp to r1601 2013-03-24 15:03:09 +01:00
pylib/gyp gyp: implement LD/LDXX for ninja and FIPS 2017-07-17 09:36:23 -07:00
samples
tools tools: update gyp to eb296f6 2017-04-18 13:22:28 -04:00
.gitignore
AUTHORS tools: update gyp to eb296f6 2017-04-18 13:22:28 -04:00
codereview.settings tools: update gyp to eb296f6 2017-04-18 13:22:28 -04:00
DEPS tools: update gyp to eb296f6 2017-04-18 13:22:28 -04:00
gyp deps: update gyp to e1c8fcf7 2015-04-04 11:01:26 +09:00
gyp_main.py tools: update gyp to b3cef02 2015-10-30 12:23:57 +01:00
gyp.bat gyp: update to bebdcea 2013-11-10 15:15:34 -08:00
gyptest.py tools: update gyp to eb296f6 2017-04-18 13:22:28 -04:00
LICENSE
OWNERS
PRESUBMIT.py tools: update gyp to eb296f6 2017-04-18 13:22:28 -04:00
README.md tools: update gyp to eb296f6 2017-04-18 13:22:28 -04:00
setup.py gyp: update to bebdcea 2013-11-10 15:15:34 -08:00

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.