commit | aa8ac955d63b68485b6d60dfec84a8206f7b721a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Apr 28 13:50:48 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed May 03 18:30:46 2023 -0400 |
tree | d47d308249b0fafbcfc804da445d48b4cef2a9fb | |
parent | 35ff483c428cb883526a6240b73fe68a2621f388 [diff] |
buildman: Pass -Werror to the host compiler too The host compiler is not failing on warnings at present, when the -E flag is used in buildman. Add the required flag to fix this. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Tom Rini <trini@konsulko.com>