diff options
Diffstat (limited to 'core/combo/TARGET_linux-x86.mk')
-rw-r--r-- | core/combo/TARGET_linux-x86.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 98a5f2b..2d8fbf9 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk @@ -97,10 +97,6 @@ TARGET_GLOBAL_CFLAGS += -fstack-protector #TARGET_GLOBAL_CFLAGS += \ # -DNDEBUG - -# Fix this after ssp.c is fixed for x86 -# TARGET_GLOBAL_CFLAGS += -fstack-protector - TARGET_GLOBAL_CPPFLAGS += \ -fno-use-cxa-atexit |