mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
qca-ssdk: disable stack protector
add -fno-stack-protector to EXTRACFLAGS so it can be compiled with GCC10 Signed-off-by: Zhijun You <hujy652@gmail.com>
This commit is contained in:
parent
ce77000019
commit
47bcf2b275
@ -43,7 +43,7 @@ MAKE_FLAGS+= \
|
||||
ARCH=$(LINUX_KARCH) \
|
||||
TARGET_SUFFIX=$(CONFIG_TARGET_SUFFIX) \
|
||||
GCC_VERSION=$(GCC_VERSION) \
|
||||
EXTRA_CFLAGS=-I$(STAGING_DIR)/usr/include \
|
||||
EXTRA_CFLAGS=-fno-stack-protector -I$(STAGING_DIR)/usr/include \
|
||||
$(KERNEL_MAKE_FLAGS)
|
||||
|
||||
ifneq (, $(findstring $(CONFIG_TARGET_BOARD), "ipq60xx" "ipq807x"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user