mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
ipq9048: Enable stack protection
Signed-off-by: anusha <anusharao@codeaurora.org> Change-Id: I2bb047b4425b4d04c6d38ec982a117f6f5deac37
This commit is contained in:
parent
15fd656acb
commit
bdec9657cc
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -581,10 +581,14 @@ else
|
|||
ifdef CONFIG_ARCH_IPQ6018
|
||||
KBUILD_CFLAGS += $(call cc-option,-fstack-protector)
|
||||
else
|
||||
ifdef CONFIG_ARCH_IPQ9048
|
||||
KBUILD_CFLAGS += $(call cc-option,-fstack-protector)
|
||||
else
|
||||
KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks)
|
||||
|
||||
KBUILD_CFLAGS += -g
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue