diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ LDPIEFLAG= endif SSP_DISABLE_FLAGS=$(call check_gcc,-fno-stack-protector,) -ifeq ($(UCLIBC_PROPOLICE),y) +ifeq ($(UCLIBC_BUILD_SSP),y) SSP_CFLAGS=$(call check_gcc,-fno-stack-protector-all,) SSP_CFLAGS+=$(call check_gcc,-fstack-protector,) SSP_ALL_CFLAGS=$(call check_gcc,-fstack-protector-all,) |