commit | c1705c9ad8da4d6c2d267e27afd6e16aa7b431b6 | [log] [tgz] |
---|---|---|
author | David Turner <digit@android.com> | Thu May 26 09:21:35 2011 -0700 |
committer | Android Code Review <code-review@android.com> | Thu May 26 09:21:35 2011 -0700 |
tree | 7324fd3063b0770b0512048993feb3e0906113d7 | |
parent | 4272b32a86bd22ce560e41816cece950a7af4e51 [diff] | |
parent | e397dcccbb1bb2ed52b4d6febaee8fb900154b3e [diff] |
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 += \