summaryrefslogtreecommitdiffstats
path: root/Python/ceval_macros.h
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2024-11-07 09:49:58 (GMT)
committerGitHub <noreply@github.com>2024-11-07 09:49:58 (GMT)
commita5b94d066016be63d632cccee0ec2a2eb24536dc (patch)
tree4ab0273b796bdcd7e83375e5ed116409fcb71969 /Python/ceval_macros.h
parent75f7cf91ec5afc6091a0fd442a1f0435c19300b2 (diff)
downloadcpython-a5b94d066016be63d632cccee0ec2a2eb24536dc.zip
cpython-a5b94d066016be63d632cccee0ec2a2eb24536dc.tar.gz
cpython-a5b94d066016be63d632cccee0ec2a2eb24536dc.tar.bz2
gh-96398: Improve accuracy of compiler checks in configure.ac (#117815)
The following variables are now used in compiler checks: - $ac_cv_gcc_compat is set to 'yes' for GCC compatible compilers (the C preprocessor defines the __GNUC__ macro) - for compiler basename checks, use $CC_BASENAME (may contain platform triplets) - for the rest, use $ac_cv_cc_name (does not contain platform triplets)
Diffstat (limited to 'Python/ceval_macros.h')
0 files changed, 0 insertions, 0 deletions