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

Commit 3d660f2a authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

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

* commit '042723c0':
  x86/mips: enable _FORTIFY_SOURCE=2
parents 96cea40f 042723c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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 \