diff options
Diffstat (limited to 'core/combo')
-rw-r--r-- | core/combo/TARGET_linux-x86.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 350d25c..dac092c 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 |