Merge "Enable stack-protector for x86"

This commit is contained in:
Andrew Hsieh 2012-09-12 13:44:00 -07:00 committed by android code review
commit 7e300d60bf
1 changed files with 1 additions and 0 deletions

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.