We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://github.com/graysky2/kernel_compiler_patch/blob/master/more-uarches-for-kernel-5.8%2B.patch#L38 and https://github.com/graysky2/kernel_compiler_patch/blob/master/more-uarches-for-kernel-5.8%2B.patch#L61, the "AMD Zen 3" option (-march=znver3) requires GCC version >=10.3. However, https://github.com/graysky2/kernel_compiler_patch/blob/master/more-uarches-for-kernel-5.8%2B.patch#L222 states "depends on ( CC_IS_GCC && GCC_VERSION > 100300 )", so the kernel cannot be compiled for Zen 3 with GCC 10.3.
The text was updated successfully, but these errors were encountered:
My bad! 2eb521e
@graysky2 shall you fix this directly, or I will submit a PR?
Sorry, something went wrong.
Should be >= I believe, yes? I can change it.
>=
Yes, it should be "depends on GCC_VERSION >= 100300"
a8d200f
Thanks for reporting, please verify functionality and I will tag a new release.
No branches or pull requests
According to https://github.com/graysky2/kernel_compiler_patch/blob/master/more-uarches-for-kernel-5.8%2B.patch#L38 and https://github.com/graysky2/kernel_compiler_patch/blob/master/more-uarches-for-kernel-5.8%2B.patch#L61, the "AMD Zen 3" option (-march=znver3) requires GCC version >=10.3. However, https://github.com/graysky2/kernel_compiler_patch/blob/master/more-uarches-for-kernel-5.8%2B.patch#L222 states "depends on ( CC_IS_GCC && GCC_VERSION > 100300 )", so the kernel cannot be compiled for Zen 3 with GCC 10.3.
The text was updated successfully, but these errors were encountered: