From e397dcccbb1bb2ed52b4d6febaee8fb900154b3e Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Tue, 3 May 2011 20:59:58 -0700 Subject: [PATCH] x86: Enable -fstack-protector Change-Id: I1fe10159b7a29452ecfc6ba328164948cf9950d6 Signed-off-by: Bruce Beare --- core/combo/TARGET_linux-x86.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 0e28d771d..989f7e326 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk @@ -91,9 +91,7 @@ TARGET_GLOBAL_CFLAGS += \ -funwind-tables \ -include $(call select-android-config-h,target_linux-x86) -# Needs to be fixed later -#TARGET_GLOBAL_CFLAGS += \ -# -fstack-protector +TARGET_GLOBAL_CFLAGS += -fstack-protector # Needs to be added for RELEASE #TARGET_GLOBAL_CFLAGS += \ -- 2.11.0