buildman: Pass -Werror to the host compiler too
authorSimon Glass <sjg@chromium.org>
Fri, 28 Apr 2023 19:50:48 +0000 (13:50 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 May 2023 22:30:46 +0000 (18:30 -0400)
commit43bdb3b39a0984c8c6ffcbb847bf648e941c0d26
treed47d308249b0fafbcfc804da445d48b4cef2a9fb
parenta7989a7cc2ee8dd61805dff62fac80659daf5c66
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>
tools/buildman/builderthread.py