diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-11-07 09:49:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 09:49:58 (GMT) |
commit | a5b94d066016be63d632cccee0ec2a2eb24536dc (patch) | |
tree | 4ab0273b796bdcd7e83375e5ed116409fcb71969 /Python | |
parent | 75f7cf91ec5afc6091a0fd442a1f0435c19300b2 (diff) | |
download | cpython-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')
0 files changed, 0 insertions, 0 deletions