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: use cc and c++ as defaults on os x #1210

Merged
merged 1 commit into from
Mar 19, 2015

Commits on Mar 19, 2015

  1. configure: use cc and c++ as defaults on os x

    Commit 8b2363d ("configure: use gcc and g++ as CC and CXX defaults")
    switches the CC and CXX defaults but it turns out that GYP uses cc
    and c++ as defaults on OS X.
    
    It also made the configure script complain about old compilers because
    the xcode gcc identifies as v4.2.1, whereas cc is less ambiguous about
    it being a clang hybrid.
    
    PR-URL: nodejs#1210
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    bnoordhuis committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    4c73104 View commit details
    Browse the repository at this point in the history