am 3d660f2a: am 042723c0: Merge "x86/mips: enable _FORTIFY_SOURCE=2"

* commit '3d660f2a7c8a69a33825cb05ffe8667c99138000':
  x86/mips: enable _FORTIFY_SOURCE=2
This commit is contained in:
Nick Kralevich 2013-04-30 08:53:59 -07:00 committed by Android Git Automerger
commit 633b992042
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ TARGET_GLOBAL_CFLAGS += \
-funwind-tables \
-Wa,--noexecstack \
-Werror=format-security \
-D_FORTIFY_SOURCE=1 \
-D_FORTIFY_SOURCE=2 \
$(arch_variant_cflags)
android_config_h := $(call select-android-config-h,linux-mips)

View file

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