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

Commit 6f9b7562 authored by David Turner's avatar David Turner Committed by Android Git Automerger
Browse files

am d5565942: Merge "x86: Disable stack-protector until bionic is fixed"

* commit 'd5565942':
  x86: Disable stack-protector until bionic is fixed
parents 55a461c9 d5565942
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