Merge "Turn on stack protector for mips64."

This commit is contained in:
Elliott Hughes
2015-12-14 22:48:38 +00:00
committed by Gerrit Code Review

View File

@@ -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 \