diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-12-22 21:14:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-12-22 21:14:23 +0000 |
commit | 433ccbdd22063df62307459bb9d73b2e9016a5db (patch) | |
tree | 513f6f0dac212f39360ab7d0d03943fd9f7ddc8b /Rules.mak | |
parent | 3d831a7c27e8c781bf7cfef0e36a6f27f38c0cf4 (diff) |
Patch from Peter S. Mazinger:
rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP
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,) |