Turn on stack protector for mips64.

Go straight to -fstack-protector-strong, since it works to boot the emulator.

Change-Id: I2b65a0ab4426856ae05f66c1e294951e45bd72b6
This commit is contained in:
Elliott Hughes 2015-12-14 14:46:38 -08:00
parent 391caae952
commit 09ba4c870d
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ TARGET_GLOBAL_CFLAGS += \
-ffunction-sections \
-fdata-sections \
-funwind-tables \
-fstack-protector-strong \
-Wa,--noexecstack \
-Werror=format-security \
-D_FORTIFY_SOURCE=2 \