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

Add support for gcc 7 #199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

meyer
Copy link

@meyer meyer commented Jun 14, 2020

Due to the cascading nature of how the BR2_HOST_GCC_AT_LEAST_X variables are set, BR2_HOST_GCC_AT_LEAST_4_8 is set to false on machines where the gcc version is higher than what is accounted for in the root config file (version 6). This PR does not fix the root cause of this issue, but it does add support for gcc 7. This issue will reappear when gcc 8 is released.

This allows `BR2_HOST_GCC_AT_LEAST_X` cascading variable setting to work correctly on machines where the gcc version is greater than 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant