Merge "x86: Enable -fstack-protector"

This commit is contained in:
David Turner 2011-05-26 09:21:35 -07:00 committed by Android Code Review
commit c1705c9ad8

View File

@ -91,9 +91,7 @@ TARGET_GLOBAL_CFLAGS += \
-funwind-tables \ -funwind-tables \
-include $(call select-android-config-h,target_linux-x86) -include $(call select-android-config-h,target_linux-x86)
# Needs to be fixed later TARGET_GLOBAL_CFLAGS += -fstack-protector
#TARGET_GLOBAL_CFLAGS += \
# -fstack-protector
# Needs to be added for RELEASE # Needs to be added for RELEASE
#TARGET_GLOBAL_CFLAGS += \ #TARGET_GLOBAL_CFLAGS += \