Skip to content

sasquatch: support gcc 10 - #725

Merged
blshkv merged 1 commit into
masterfrom
unknown repository
Jun 3, 2021
Merged

sasquatch: support gcc 10#725
blshkv merged 1 commit into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Jun 3, 2021

Copy link
Copy Markdown

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.

@ghost

ghost commented Jun 3, 2021

Copy link
Copy Markdown
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

blshkv commented Jun 3, 2021

Copy link
Copy Markdown
Contributor

done, thanks

@ghost
ghost 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.

1 participant