Enable stack-protector for x86

Change-Id: I7a169075ca49ab831c37625d416c1d4b026bfec3
This commit is contained in:
Andrew Hsieh
2012-08-29 15:13:23 +08:00
parent 9eb87b8d20
commit c2fb2391f4

View File

@@ -94,6 +94,7 @@ TARGET_GLOBAL_CFLAGS += \
-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.