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 gcc and g++ as CC and CXX defaults #1174

Merged
merged 1 commit into from Mar 17, 2015

Conversation

bnoordhuis
Copy link
Member

It matches what GYP's Makefile generator does and it should improve
compiler detection because cc and c++ are not always gcc and g++.

Fixes: #1173

R=@Fishrock123

It matches what GYP's Makefile generator does and it should improve
compiler detection because cc and c++ are not always gcc and g++.

Fixes: nodejs#1173
PR-URL: nodejs#1174
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
@jbergstroem
Copy link
Member

I think this is the right move. LGTM.

@bnoordhuis bnoordhuis closed this Mar 17, 2015
@bnoordhuis bnoordhuis deleted the change-cc-cxx-defaults branch March 17, 2015 17:54
@bnoordhuis bnoordhuis merged commit 8b2363d into nodejs:v1.x Mar 17, 2015
@rvagg rvagg mentioned this pull request Mar 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants