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

Commit 6ddd4ead authored by Bruce Beare's avatar Bruce Beare
Browse files

x86: Disable stack-protector until bionic is fixed



Change-Id: I2862de5c1b02490197704f4578a8a91d0565eef0
Signed-off-by: default avatarBruce Beare <bruce.j.beare@intel.com>
parent 57c70196
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ TARGET_GLOBAL_CFLAGS += \
			-fPIC \
			-include $(call select-android-config-h,target_linux-x86)

# Fix this after ssp.c is fixed for x86
# TARGET_GLOBAL_CFLAGS += -fstack-protector

TARGET_GLOBAL_CPPFLAGS += \
			-fno-use-cxa-atexit