node/tools/gyp
Johan Bergström 7cbd9fe39a 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-26 12:16:36 -07: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-26 12:16:36 -07:00
samples
tools
.gitignore
AUTHORS
codereview.settings
DEPS
gyp
gyp.bat
gyp_main.py tools: update gyp to b3cef02 2015-10-30 12:23:57 +01:00
gyptest.py
LICENSE
OWNERS
PRESUBMIT.py tools: update gyp to b3cef02 2015-10-30 12:23:57 +01:00
setup.py