0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools/gyp
Johan Bergström f1294f5bfd
gyp: inherit parent for *.host
Gyp defaults to gcc/g++ if CC.host/CXX.host is unset. This is not
suitable for environments that only uses the clang toolchain.

Since we already assume that the user will provide clang/clang++
through CC/CXX, lean against it (then drop to gcc/g++).

Also apply the same logic for link/ar for consistency although
it doesn't affect us.

PR-URL: https://github.com/nodejs/node/pull/6173
Fixes: https://github.com/nodejs/node/issues/6152
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-04-24 11:01:21 +10:00
..
buildbot tools: update gyp to 25ed9ac 2015-06-30 13:38:26 +02:00
data/win
pylib/gyp gyp: inherit parent for *.host 2016-04-24 11:01:21 +10:00
samples
tools deps: update gyp to e1c8fcf7 2015-04-04 11:01:26 +09:00
.gitignore
AUTHORS
codereview.settings deps: update gyp to e1c8fcf7 2015-04-04 11:01:26 +09:00
DEPS
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
gyptest.py deps: update gyp to e1c8fcf7 2015-04-04 11:01:26 +09:00
LICENSE
OWNERS
PRESUBMIT.py tools: update gyp to b3cef02 2015-10-30 12:23:57 +01:00
setup.py