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

Does Zen require GCC 11 now? #205

Closed
JoshyPHP opened this issue Mar 17, 2021 · 2 comments
Closed

Does Zen require GCC 11 now? #205

JoshyPHP opened this issue Mar 17, 2021 · 2 comments

Comments

@JoshyPHP
Copy link

The current 5.11/master branch contains the following warning against using GCC <11 (7bf0685)

WARNING
This patch works with gcc versions 11.0+ and with kernel version 5.8+ and should
NOT be applied when compiling on older versions of gcc due to key name changes
of the march flags introduced with the version 4.9 release of gcc.[1]

It also warns against selecting native optimizations on AMD CPUs. Are those warnings accurate? Considering GCC 11 hasn't been released yet and AMD CPUs are quite popular, it may be desirable to either feature this warning more prominently or check for compatibility programmatically.

@damentz
Copy link
Member

damentz commented Mar 17, 2021

That's a comment left by the author of the commit. All it's saying is that some available architectures don't exist in older GCC. If you don't pick those options then it doesn't matter which version of GCC you use.

@heftig
Copy link

heftig commented Mar 17, 2021

The previous processor family options should work as normal; only the recently added ones require GCC 11.

@heftig heftig closed this as completed Mar 17, 2021
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

No branches or pull requests

3 participants