This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eadler
Recipients eadler
Date 2018-05-12.16:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526143755.39.0.682650639539.issue33472@psf.upfronthosting.co.za>
In-reply-to
Content
There are a number of incorrect items in python's build system. 

Expected behavior:
- CC is correctly report as the compiler, and without any additional options
- CFLAGS is correctly reported for the required flags to the compiler
- CXXFLAGS is the same as CFLAGS, but for C++
- LDFLAGS is correctly report for linker flags

Actual behavior:
- CC is reported as a non-existing compiler plus an option
- C*FLAGS and LDFLAGS are not correctly reported
History
Date User Action Args
2018-05-12 16:49:15eadlersetrecipients: + eadler
2018-05-12 16:49:15eadlersetmessageid: <1526143755.39.0.682650639539.issue33472@psf.upfronthosting.co.za>
2018-05-12 16:49:15eadlerlinkissue33472 messages
2018-05-12 16:49:15eadlercreate