Merge "Revert "enable -fstack-protector-strong""

am: 27ab42654e

* commit '27ab42654ebd5ffdc55bb6b727723e6980649ef9':
  Revert "enable -fstack-protector-strong"
This commit is contained in:
Elliott Hughes 2015-12-07 18:58:25 -08:00 committed by android-build-merger
commit fff2841298
4 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
-ffunction-sections \
-fdata-sections \
-funwind-tables \
-fstack-protector-strong \
-fstack-protector \
-Wa,--noexecstack \
-Werror=format-security \
-D_FORTIFY_SOURCE=2 \

View File

@ -75,7 +75,7 @@ TARGET_GLOBAL_CFLAGS += \
-fno-strict-aliasing \
TARGET_GLOBAL_CFLAGS += \
-fstack-protector-strong \
-fstack-protector \
-ffunction-sections \
-fdata-sections \
-funwind-tables \

View File

@ -94,7 +94,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
-fstrict-aliasing \
-funswitch-loops \
-funwind-tables \
-fstack-protector-strong \
-fstack-protector \
-m32 \
-no-canonical-prefixes \
-fno-canonical-system-headers \

View File

@ -94,7 +94,7 @@ TARGET_GLOBAL_CFLAGS += \
-fstrict-aliasing \
-funswitch-loops \
-funwind-tables \
-fstack-protector-strong \
-fstack-protector \
-m64 \
-no-canonical-prefixes \
-fno-canonical-system-headers