am a303510f: Merge "x86: enable FORTIFY_SOURCE"

* commit 'a303510f133e0e20aefedd7d03adfbb88cb85a54':
  x86: enable FORTIFY_SOURCE
This commit is contained in:
Nick Kralevich 2012-12-11 10:33:14 -08:00 committed by Android Git Automerger
commit 7cd204914e

View file

@ -84,6 +84,7 @@ TARGET_GLOBAL_CFLAGS += \
-Ulinux \ -Ulinux \
-Wa,--noexecstack \ -Wa,--noexecstack \
-Werror=format-security \ -Werror=format-security \
-D_FORTIFY_SOURCE=1 \
-Wstrict-aliasing=2 \ -Wstrict-aliasing=2 \
-fPIC -fPIE \ -fPIC -fPIE \
-ffunction-sections \ -ffunction-sections \