Skip to content
Snippets Groups Projects
Commit 365ab827 authored by Alexander Ryapolov's avatar Alexander Ryapolov
Browse files

fix build flags

parent 085bb2ca
Branches master
No related tags found
No related merge requests found
Pipeline #23 failed
......@@ -177,7 +177,7 @@ endif
# sanitize the arguments passed from user space in registers.
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_8),y)
LINUX_MAKE_ENV += KCFLAGS="-Wno-attribute-alias -Wno-address -Wno-array-compare -Wno-stringop-overread -Wno-misleading-indentation -Wno-dangling-pointer -Wno-enum-int-mismatch"
LINUX_MAKE_ENV += KCFLAGS="-Wno-attribute-alias -Wno-address -Wno-array-compare -Wno-stringop-overread -Wno-misleading-indentation -Wno-dangling-pointer -Wno-enum-int-mismatch -Wno-declaration-after-statement -Wno-deprecated-declarations -Wno-int-in-bool-context"
endif
ifeq ($(BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT),y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment