commit | 7e300d60bfc325e3cbf3e7656297c14109e513b8 | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Wed Sep 12 13:44:00 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Wed Sep 12 13:44:01 2012 -0700 |
tree | 80329afc188f5939fd475fbe86052c57016ac5d9 | |
parent | 4458452ef64f271906914e79ffd9923630ae22f2 [diff] | |
parent | c2fb2391f459ad4ea2ce939dac02b4f4e33b9739 [diff] |
Merge "Enable stack-protector for x86"
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index f12ad3e..9a6e08e 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk
@@ -94,6 +94,7 @@ -fstrict-aliasing \ -funswitch-loops \ -funwind-tables \ + -fstack-protector \ -include $(call select-android-config-h,target_linux-x86) # XXX: Not sure this is still needed. Must check with our toolchains.