am 835816ae: Merge "arm: upgrade to _FORTIFY_SOURCE=2"

* commit '835816ae9eb9de2ae7b75e2318d5eba596f1275c':
  arm: upgrade to _FORTIFY_SOURCE=2
This commit is contained in:
Nick Kralevich
2013-04-25 21:22:26 -07:00
committed by Android Git Automerger

View File

@@ -101,7 +101,7 @@ TARGET_GLOBAL_CFLAGS += \
-fstack-protector \
-Wa,--noexecstack \
-Werror=format-security \
-D_FORTIFY_SOURCE=1 \
-D_FORTIFY_SOURCE=2 \
-fno-short-enums \
$(arch_variant_cflags)