commit | c2fb2391f459ad4ea2ce939dac02b4f4e33b9739 | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Wed Aug 29 15:13:23 2012 +0800 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Wed Aug 29 15:13:23 2012 +0800 |
tree | 7a6baca4291135e6771bf1a615de560375e401ab | |
parent | 9eb87b8d2011e65462ea42de6899158cd35a492a [diff] [blame] |
Enable stack-protector for x86 Change-Id: I7a169075ca49ab831c37625d416c1d4b026bfec3
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.