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

configure: respect CC_host in host arch detection #4117

Merged
merged 1 commit into from
Dec 9, 2015

Commits on Dec 9, 2015

  1. configure: respect CC_host in host arch detection

    When cross compiling, GYP uses the variables CC_host and CXX_host to
    find the host compiler, if they are defined. This ensures that
    variable is used, if defined, when detecting the host architecture.
    
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    PR-URL: nodejs#4117
    joaocgreis committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    0e3912b View commit details
    Browse the repository at this point in the history