Merge "Revert "enable -fstack-protector-strong"" am: 27ab42654e

am: fff2841298

* commit 'fff2841298afda2c80e354fc69eca543f72fdb33':
  Revert "enable -fstack-protector-strong"
This commit is contained in:
Elliott Hughes 2015-12-08 03:01:32 +00:00 committed by android-build-merger
commit 6627bc55a6
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