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

Use CXX and add variable syntax for CC #6

Closed
wants to merge 1 commit into from
Closed

Use CXX and add variable syntax for CC #6

wants to merge 1 commit into from

Conversation

mmcco
Copy link

@mmcco mmcco commented Dec 13, 2015

CXX is an implicit Makefile variable representing the C++ compiler, like
CC for the C compiler.

Also, if I understand correctly, implicit variables like CC and CXX must
still use the dollar-sign-and-parens syntax. This is the case for GNU
Make 4.1, which I'm testing with.

CXX is an implicit Makefile variable representing the C++ compiler, like
CC for the C compiler.

Also, if I understand correctly, implicit variables like CC and CXX must
still use the dollar-sign-and-parens syntax. This is the case for GNU
Make 4.1, which I'm testing with.
@emeryberger
Copy link
Owner

Rolled in manually, quite belatedly :).

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.

2 participants