forked from openkylin/platform_build
Merge "Revert "enable -fstack-protector-strong""
am: 27ab42654e
* commit '27ab42654ebd5ffdc55bb6b727723e6980649ef9':
Revert "enable -fstack-protector-strong"
This commit is contained in:
commit
fff2841298
|
@ -101,7 +101,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
|
||||||
-ffunction-sections \
|
-ffunction-sections \
|
||||||
-fdata-sections \
|
-fdata-sections \
|
||||||
-funwind-tables \
|
-funwind-tables \
|
||||||
-fstack-protector-strong \
|
-fstack-protector \
|
||||||
-Wa,--noexecstack \
|
-Wa,--noexecstack \
|
||||||
-Werror=format-security \
|
-Werror=format-security \
|
||||||
-D_FORTIFY_SOURCE=2 \
|
-D_FORTIFY_SOURCE=2 \
|
||||||
|
|
|
@ -75,7 +75,7 @@ TARGET_GLOBAL_CFLAGS += \
|
||||||
-fno-strict-aliasing \
|
-fno-strict-aliasing \
|
||||||
|
|
||||||
TARGET_GLOBAL_CFLAGS += \
|
TARGET_GLOBAL_CFLAGS += \
|
||||||
-fstack-protector-strong \
|
-fstack-protector \
|
||||||
-ffunction-sections \
|
-ffunction-sections \
|
||||||
-fdata-sections \
|
-fdata-sections \
|
||||||
-funwind-tables \
|
-funwind-tables \
|
||||||
|
|
|
@ -94,7 +94,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
|
||||||
-fstrict-aliasing \
|
-fstrict-aliasing \
|
||||||
-funswitch-loops \
|
-funswitch-loops \
|
||||||
-funwind-tables \
|
-funwind-tables \
|
||||||
-fstack-protector-strong \
|
-fstack-protector \
|
||||||
-m32 \
|
-m32 \
|
||||||
-no-canonical-prefixes \
|
-no-canonical-prefixes \
|
||||||
-fno-canonical-system-headers \
|
-fno-canonical-system-headers \
|
||||||
|
|
|
@ -94,7 +94,7 @@ TARGET_GLOBAL_CFLAGS += \
|
||||||
-fstrict-aliasing \
|
-fstrict-aliasing \
|
||||||
-funswitch-loops \
|
-funswitch-loops \
|
||||||
-funwind-tables \
|
-funwind-tables \
|
||||||
-fstack-protector-strong \
|
-fstack-protector \
|
||||||
-m64 \
|
-m64 \
|
||||||
-no-canonical-prefixes \
|
-no-canonical-prefixes \
|
||||||
-fno-canonical-system-headers
|
-fno-canonical-system-headers
|
||||||
|
|
Loading…
Reference in New Issue