Merge "Turn on stack protector for mips64."
am: 6725b4b004
* commit '6725b4b004b45cd4cf3ed2ebdb40daf194e0b733':
Turn on stack protector for mips64.
This commit is contained in:
commit
b96f6bad55
|
@ -89,6 +89,7 @@ TARGET_GLOBAL_CFLAGS += \
|
||||||
-ffunction-sections \
|
-ffunction-sections \
|
||||||
-fdata-sections \
|
-fdata-sections \
|
||||||
-funwind-tables \
|
-funwind-tables \
|
||||||
|
-fstack-protector-strong \
|
||||||
-Wa,--noexecstack \
|
-Wa,--noexecstack \
|
||||||
-Werror=format-security \
|
-Werror=format-security \
|
||||||
-D_FORTIFY_SOURCE=2 \
|
-D_FORTIFY_SOURCE=2 \
|
||||||
|
|
Loading…
Reference in New Issue