Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gyp: inherit CC/CXX for CC/CXX.host #908

Merged
merged 1 commit into from
Apr 28, 2016
Merged

gyp: inherit CC/CXX for CC/CXX.host #908

merged 1 commit into from
Apr 28, 2016

Commits on Apr 28, 2016

  1. gyp: inherit CC/CXX for CC/CXX.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++).
    
    PR-URL: #908
    Refs: nodejs/node#6173
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    jbergstroem authored and bnoordhuis committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    625c151 View commit details
    Browse the repository at this point in the history