mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
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:
parent
3f66c2a071
commit
c08dffad8e
|
|
@ -4,6 +4,7 @@ POST_DEFCONFIG_CMDS="update_config"
|
|||
function update_config() {
|
||||
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
|
||||
-e UNWINDER_FRAME_POINTER \
|
||||
-d WERROR \
|
||||
|
||||
(cd ${OUT_DIR} && \
|
||||
make O=${OUT_DIR} $archsubarch CROSS_COMPILE=${CROSS_COMPILE} ${TOOL_ARGS} ${MAKE_ARGS} olddefconfig)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user