ANDROID: allmodconfig: disable WERROR

-Werror still fails on some arm and arm64 code due to clang issues
(works on gcc!), so disable it when building allmodconfig builds for
now.

Hopefully the clang developers will work on this...

Bug: 199872592
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I6ccc856773c40e3c0f541a1316b20e9ae3de4380
This commit is contained in:
Greg Kroah-Hartman 2021-12-08 14:13:22 +01:00
parent a7ab492aa5
commit eb57c31115
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ function update_config() {
-d TEST_KMOD \
-e UNWINDER_FRAME_POINTER \
-d INFINIBAND_QIB \
-d WERROR \
(cd ${OUT_DIR} && \
make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)