Skip to content
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

bootloader: check if gcc supports -Wno-error=unused-but-set-variable #7597

Merged
merged 1 commit into from Apr 25, 2023

Conversation

rokm
Copy link
Member

@rokm rokm commented Apr 25, 2023

Check if gcc supports -Wno-error=unused-but-set-variable before trying to use it. Fixes bootloader building with old versions of gcc, such as 4.4.3.

Fixes #7592.

Check if gcc supports `-Wno-error=unused-but-set-variable` before
trying to use it. Fixes bootloader building with old versions of
gcc, such as 4.4.3.
@rokm rokm merged commit 78e478a into pyinstaller:develop Apr 25, 2023
18 checks passed
@rokm rokm deleted the bootloader-gcc-4.4.3 branch April 25, 2023 23:08
@arossert
Copy link
Contributor

Thanks for pushing the fix, any plans pushing a new release?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PyInstaller 5.10.0 failed to install on older GCC
3 participants