From 6ddd4ead924ac27c7e6655badeb6521dafd0a1ea Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Fri, 1 Apr 2011 09:09:02 -0700 Subject: [PATCH] x86: Disable stack-protector until bionic is fixed Change-Id: I2862de5c1b02490197704f4578a8a91d0565eef0 Signed-off-by: Bruce Beare --- core/combo/TARGET_linux-x86.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 449af83ac..8a2f841f0 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk @@ -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 -- 2.11.0