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

Issue33472

Created on 2018-05-12 16:49 by eadler, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6771 eadler,2018-05-12 16:49
Messages (2)
msg316429 - (view) Author: Eitan Adler (bad account) (eadler) Date: 2018-05-12 16:49
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
msg316430 - (view) Author: Eitan Adler (bad account) (eadler) Date: 2018-05-12 16:59
closing this as I created under a bad account and can't find a way to merge them.
History
Date User Action Args
2022-04-11 14:59:00 admin set github: 77653
2018-05-12 16:59:59 eadler set status: open -> closedresolution: duplicatemessages: + stage: resolved
2018-05-12 16:49:15 eadler create