Fix check CC compiler variable in configure#6756
Fix check CC compiler variable in configure#6756ruota wants to merge 1 commit intopython:masterfrom ruota:fix-check-CC-compiler-in-configure
Conversation
If you use a compiler with abs path there are some issues, e.g. if my path contains the word "piccolo" the script enable some flags of icc compiler because "piccolo" contains "icc"
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. When your account is ready, please add a comment in this pull request Thanks again to your contribution and we look forward to looking at it! |
|
I signed the CLA with bugs.python.org username: ruota |
|
I want to add labels "skip news" and "skip issue" |
|
I don't think these issues are related |
|
they are related because they are affecting configure.ac - not directly related to your bug though. |
|
Thank you for your interest in improving CPython. This is not a trivial change and would require an issue to be created on bugs.python.org. If you are interested in pursuing this, please open an issue on the bug tracker and reopen this pull request with the bpo number in the title as per the devguide. Also, please resolve the merge conflicts once reopened. Thanks! |
If you use a compiler with abs path there are some issues, e.g. if my path contains the word "piccolo" the script enable some flags of icc compiler because "piccolo" contains "icc".