commit | 09ba4c870d9269918fb50cd849ee3c7ca84e8588 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 14 14:46:38 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 14 14:46:38 2015 -0800 |
tree | fbcab977f8fb0c878a5c7b33b000f36ea1056237 | |
parent | 391caae9528a5e7cc77763be6f456bd01325f66e [diff] |
Turn on stack protector for mips64. Go straight to -fstack-protector-strong, since it works to boot the emulator. Change-Id: I2b65a0ab4426856ae05f66c1e294951e45bd72b6
diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk index 9e4eaa6..3e1f61a 100644 --- a/core/combo/TARGET_linux-mips64.mk +++ b/core/combo/TARGET_linux-mips64.mk
@@ -89,6 +89,7 @@ -ffunction-sections \ -fdata-sections \ -funwind-tables \ + -fstack-protector-strong \ -Wa,--noexecstack \ -Werror=format-security \ -D_FORTIFY_SOURCE=2 \