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

GCC-10: default to -fno-common by default #122

Merged
merged 1 commit into from
Jun 3, 2020
Merged

GCC-10: default to -fno-common by default #122

merged 1 commit into from
Jun 3, 2020

Conversation

ThomasAdam
Copy link
Member

No description provided.

GCC-10+ has switched -fno-common on by default.  Previously, this was
causing compilation failures where the .DATA blocks are now used, which
means extern variables need declaring outside of .h files.

This change makes those adjustments.

Fixes #119
@ThomasAdam ThomasAdam merged commit 8562844 into master Jun 3, 2020
@ThomasAdam ThomasAdam deleted the ta/gh-119 branch June 3, 2020 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant