Merge "x86: enable FORTIFY_SOURCE"

This commit is contained in:
Nick Kralevich 2012-12-11 08:41:35 -08:00 committed by Gerrit Code Review
commit a303510f13

View file

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