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

bpo-30104: configure now detects when cc is clang #1233

Merged
merged 1 commit into from
Apr 21, 2017
Merged

bpo-30104: configure now detects when cc is clang #1233

merged 1 commit into from
Apr 21, 2017

Conversation

vstinner
Copy link
Member

Detect when the "cc" compiler (and the $CC variable) is the Clang
compiler. The test is needed to add the -fno-strict-aliasing option
on FreeBSD where cc is clang.

Detect when the "cc" compiler (and the $CC variable) is the Clang
compiler. The test is needed to add the -fno-strict-aliasing option
on FreeBSD where cc is clang.
@mention-bot
Copy link

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @doko42, @loewis and @Yhg1s to be potential reviewers.

@vstinner vstinner merged commit 35f3d24 into python:master Apr 21, 2017
@vstinner vstinner deleted the cc_is_clang branch April 21, 2017 10:35
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.

3 participants