-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-125698: Replace EXEEXT with EXE_SUFFIX #125699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-125698: Replace EXEEXT with EXE_SUFFIX #125699
Conversation
|
We might need a NEWS entry for this for the build section. I'm not sure yet. |
ned-deily
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a visual inspection (without any build testing), the changes look OK and harmless to me. It appears that the current EXEEXT is used only for creating the configured Makefile and doesn't appear as a variable directly in the finished product. So that doesn't seem like it counts as an external interface requiring documentation.
|
Thank for the review, Ned. Yeah, that was my conclusion as well. |
|
I'll land this in a couple of days, in case anyone has objections. |
This reverts commit e924bb6.
EXEEXThacks are interfering withAX_C_FLOAT_WORDS_BIGENDIAN#125698