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

sasquatch: support gcc 10 #725

Merged
merged 1 commit into from
Jun 3, 2021
Merged

sasquatch: support gcc 10 #725

merged 1 commit into from
Jun 3, 2021

Conversation

brianmwaters
Copy link
Contributor

@brianmwaters brianmwaters commented Jun 3, 2021

Sasquatch apparently depends on -fcommon, which was previously the default, but -fno-common is now the default in GCC 10. @svenschwermer figured it out in devttys0/sasquatch#34, but @devttys0 hasn't merged it yet, so until that happens, this change simply makes the flag explicit in our ebuild.

It's hard to tell because the diff adds a new file and isn't really a "diff" per se, but the new file is just a copy of sasquatch-20180522.ebuild with the line

EXTRA_CFLAGS=-fcommon \

added, and the git commit bumped to the most recent version, for good measure.

@brianmwaters
Copy link
Contributor Author

I forgot to increment the copyright to 2021, so I just quickly force-pushed real quick to fix that.

@blshkv blshkv merged commit ec269f2 into pentoo:master Jun 3, 2021
@blshkv
Copy link
Contributor

blshkv commented Jun 3, 2021

done, thanks

@brianmwaters brianmwaters deleted the sasquatch-gcc10 branch June 3, 2021 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants