commit | a303510f133e0e20aefedd7d03adfbb88cb85a54 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Dec 11 08:41:35 2012 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 11 08:41:36 2012 -0800 |
tree | 7b8f3fd4b115fde66a79f3d22df5c5479d237156 | |
parent | a7b850864c54bb6f223d4b186c5937fd20aa68d8 [diff] | |
parent | 40febcad47d22c234b9dcc14391ccd936b895f8c [diff] |
Merge "x86: enable FORTIFY_SOURCE"
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 569914b..948ee17 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk
@@ -84,6 +84,7 @@ -Ulinux \ -Wa,--noexecstack \ -Werror=format-security \ + -D_FORTIFY_SOURCE=1 \ -Wstrict-aliasing=2 \ -fPIC -fPIE \ -ffunction-sections \