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

Fix support clang #21

Closed
wants to merge 4 commits into from
Closed

Fix support clang #21

wants to merge 4 commits into from

Conversation

kjunichi
Copy link

We need -o option only when we use -c option.
We don't receive always "-c file.c",sometimes "-c -g file.c" etc.

clang is compatible to C89,but without this patch,configure are mis understood compatiblity of C89.
Fix clang support when we use autotools
This reverts commit f6b1168, reversing
changes made to 283a25e.
@kjunichi kjunichi closed this Jul 13, 2015
@kazuho
Copy link
Member

kazuho commented Jul 14, 2015

Why closed?

@kjunichi
Copy link
Author

Sorry for the confusion.
This pull request is not good.
New pull request is #22 .
Thnak you.

@kazuho
Copy link
Member

kazuho commented Jul 14, 2015

Understood! Thank you!

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