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 CC in Makefiles so Travis gcc/clang variants will use gcc/clang, respectively #63

Closed
johnkerl opened this issue Sep 5, 2015 · 3 comments

Comments

@johnkerl
Copy link
Owner

johnkerl commented Sep 5, 2015

At present, both the gcc and clang builds at https://travis-ci.org/johnkerl/miller are actually using gcc since that's how Miller's makefiles are written.

@jungle-boogie
Copy link
Contributor

I support this! It means I won't need to specify clang with each build via make -e CCOMP=clang.

👍

@johnkerl
Copy link
Owner Author

johnkerl commented Sep 5, 2015

Right. I wrote make -e CCOMP=clang not knowing any better, but then I took a look at the Travis logs & realized how the rest of the world does it. :^/

@johnkerl johnkerl mentioned this issue Sep 7, 2015
@johnkerl
Copy link
Owner Author

johnkerl commented Sep 7, 2015

Fixed by 610c2dc

@johnkerl johnkerl closed this as completed Sep 7, 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

No branches or pull requests

2 participants