Message316429
| 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:15 | eadler | set | recipients: + eadler |
| 2018-05-12 16:49:15 | eadler | set | messageid: <1526143755.39.0.682650639539.issue33472@psf.upfronthosting.co.za> |
| 2018-05-12 16:49:15 | eadler | link | issue33472 messages |
| 2018-05-12 16:49:15 | eadler | create | |