Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8c4a6f1 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Revert "enable -fstack-protector-strong"

This reverts commit 8765b103.

This prevents x86 from booting.

http://b/26046864

Change-Id: Ica3f7e7e639c99fd3158df3643acb49307197881
parent 8765b103
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ TARGET_GLOBAL_CFLAGS += \
    -fno-strict-aliasing \

TARGET_GLOBAL_CFLAGS += \
			-fstack-protector-strong \
			-fstack-protector \
			-ffunction-sections \
			-fdata-sections \
			-funwind-tables \
+1 −1
Original line number Diff line number Diff line
@@ -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 \
+1 −1
Original line number Diff line number Diff line
@@ -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