commit | 6725b4b004b45cd4cf3ed2ebdb40daf194e0b733 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 14 22:48:38 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 14 22:48:38 2015 +0000 |
tree | fbcab977f8fb0c878a5c7b33b000f36ea1056237 | |
parent | 391caae9528a5e7cc77763be6f456bd01325f66e [diff] | |
parent | 09ba4c870d9269918fb50cd849ee3c7ca84e8588 [diff] |
Merge "Turn on stack protector for mips64."
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 \