Skip to content

gh-96398: Detect GCC compatible compilers in configure - #117825

Merged
erlend-aasland merged 1 commit into
python:mainfrom
erlend-aasland:autoconf/gcc-compat
Apr 13, 2024
Merged

gh-96398: Detect GCC compatible compilers in configure#117825
erlend-aasland merged 1 commit into
python:mainfrom
erlend-aasland:autoconf/gcc-compat

Conversation

@erlend-aasland

@erlend-aaslanderlend-aasland commented Apr 12, 2024

Copy link
Copy Markdown
Contributor

Introduce a cached variable $ac_cv_gcc_compat and set it to 'yes' if
the C preprocessor defines the GNUC macro.

Introduce a cached variable $ac_cv_gcc_compat and set it to 'yes' if
the C preprocessor defines the __GNUC__ macro.
@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

Yak-shave for #117815

@erlend-aasland
erlend-aasland merged commit c2a551a into python:mainApr 13, 2024
@erlend-aasland
erlend-aasland deleted the autoconf/gcc-compat branch April 13, 2024 07:05
@erlend-aasland

erlend-aasland commented Apr 13, 2024

Copy link
Copy Markdown
ContributorAuthor

Thanks for the review, Malcolm; highly appreciated.

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…117825)
Introduce a cached variable $ac_cv_gcc_compat and set it to 'yes' if
the C preprocessor defines the __GNUC__ macro.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@erlend-aasland@mhsmith