diff options
author | Martijn Coenen <maco@google.com> | 2011-06-07 08:57:34 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2011-06-07 08:57:34 -0700 |
commit | 3c22287c1b5560570173237acfd4e99d33266eb1 (patch) | |
tree | 185afdd5820331e1a71e36b09666e2c6c5ea368f /core/combo/TARGET_linux-x86.mk | |
parent | 65b710aefd045af1008ac597a18e4b5ddb616252 (diff) | |
download | build-3c22287c1b5560570173237acfd4e99d33266eb1.zip build-3c22287c1b5560570173237acfd4e99d33266eb1.tar.gz build-3c22287c1b5560570173237acfd4e99d33266eb1.tar.bz2 |
Revert "x86: Enable -fstack-protector"
This reverts commit e397dcccbb1bb2ed52b4d6febaee8fb900154b3e.
Diffstat (limited to 'core/combo/TARGET_linux-x86.mk')
-rw-r--r-- | core/combo/TARGET_linux-x86.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index f4d40d1..d8056e3 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk @@ -91,7 +91,9 @@ TARGET_GLOBAL_CFLAGS += \ -funwind-tables \ -include $(call select-android-config-h,target_linux-x86) -TARGET_GLOBAL_CFLAGS += -fstack-protector +# Needs to be fixed later +#TARGET_GLOBAL_CFLAGS += \ +# -fstack-protector # Needs to be added for RELEASE #TARGET_GLOBAL_CFLAGS += \ |