Issue 33473: build system incorrectly handles CC, CFLAGS, LDFLAGS, and related. (original) (raw)

Issue33473

Created on 2018-05-12 17:00 by eitan.adler, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 6771 open eitan.adler,2018-05-12 17:00
PR 6890 closed eitan.adler,2018-05-16 05:10
Messages (1)
msg316431 - (view) Author: Eitan Adler (eitan.adler) * Date: 2018-05-12 17:00
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
2022-04-11 14:59:00 admin set github: 77654
2018-05-16 05:10:02 eitan.adler set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest6563>
2018-05-12 17:00:57 eitan.adler create