bpo-30104: configure now detects when cc is clang by vstinner · Pull Request #1233 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:cc_is_clang

Apr 21, 2017

Merged

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

vstinner merged 1 commit intopython:masterfrom

vstinner:cc_is_clang

Conversation

@vstinner

Copy link Copy Markdown

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 Copy Markdown

@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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @mention-bot @the-knights-who-say-ni