summaryrefslogtreecommitdiff
path: root/toolchain/glibc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/glibc/Makefile')
-rw-r--r--toolchain/glibc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index b095c4ab5..f1163195c 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -10,9 +10,6 @@ ifneq ($(ADK_DEBUG),)
TARGET_CFLAGS+= -O2
endif
-# ssp unsupported
-TARGET_CFLAGS:= $(filter-out -fstack-protector-all,$(TARGET_CFLAGS))
-
include Makefile.inc
include ${TOPDIR}/mk/buildhlp.mk