-
Notifications
You must be signed in to change notification settings - Fork 97
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
Build doesn't verify that setting config options worked #137
Comments
Actually, Here's an example output of when it fails to set
|
Right, I'm aware that it complains but thought that this was a warning not an error. I see it is an error now but I suspect that's going to get changed for usability, we might get an option to turn it back into an error though. |
OK - in any case doing the check in |
Replaced with an issue in my kernel fork. |
Nothing in the build code verifies that a .config that is generated from a config with additional options set actually sets those options, resulting in silent failures like those we see with clang and defconfig+CPU_BIG_ENDIAN. It would cost very little to grep the resulting config for these options and save a bunch of pain when things go wrong.
The text was updated successfully, but these errors were encountered: