am 0f47a94d: am 7e300d60: Merge "Enable stack-protector for x86"

* commit '0f47a94d2eb50f30b7f559c7c7fc2a8632412cc8':
  Enable stack-protector for x86
This commit is contained in:
Andrew Hsieh
2012-09-12 14:21:07 -07:00
committed by Android Git Automerger

View File

@@ -94,6 +94,7 @@ TARGET_GLOBAL_CFLAGS += \
-fstrict-aliasing \ -fstrict-aliasing \
-funswitch-loops \ -funswitch-loops \
-funwind-tables \ -funwind-tables \
-fstack-protector \
-include $(call select-android-config-h,target_linux-x86) -include $(call select-android-config-h,target_linux-x86)
# XXX: Not sure this is still needed. Must check with our toolchains. # XXX: Not sure this is still needed. Must check with our toolchains.