Merge "x86: Enable -fstack-protector"
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk
index 0e28d77..989f7e3 100644
--- a/core/combo/TARGET_linux-x86.mk
+++ b/core/combo/TARGET_linux-x86.mk
@@ -91,9 +91,7 @@
 			-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 += \