Skip to content
Snippets Groups Projects
Commit 7fd8fc9b authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

poplar: avoid compile errors when building Linux with GCC 8.x


Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Acked-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 106b53a2
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,11 @@ LINUX_DEFCONFIG_COMMON_FILES := \
linux-defconfig: $(LINUX_PATH)/.config
LINUX_COMMON_FLAGS += ARCH=arm64
# Avoid compile errors with GCC 8.x. These flags may be removed when
# https://github.com/96boards-poplar/linux/pull/3 is merged.
LINUX_COMMON_FLAGS += CFLAGS_drv_hifb_proc.o=-Wno-stringop-truncation \
CFLAGS_drv_pvr_intf.o=-Wno-sizeof-pointer-memaccess \
CFLAGS_drv_display.o=-Wno-array-bounds
linux: linux-common
......
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