Skip to content

Commit

Permalink
pythongh-96398: Improve accuracy of compiler checks in configure.ac (p…
Browse files Browse the repository at this point in the history
…ython#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)
  • Loading branch information
erlend-aasland authored and picnixz committed Nov 19, 2024
1 parent 6e05822 commit 205fe56
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 203 deletions.
167 changes: 68 additions & 99 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 205fe56

Please sign in to comment.