diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-22 07:27:22 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-22 07:27:22 +0000 |
commit | 503ab93cfe0f20976435f62e46b37afae6d8cdab (patch) | |
tree | 0ecd7c9fe1c1223174e8f8815083759f2fa654c6 /toolchain/uClibc/uClibc-0.9.30.config | |
parent | 3b712a3d891bf23055a587fc518f7cd2139a6a09 (diff) | |
download | buildroot-novena-503ab93cfe0f20976435f62e46b37afae6d8cdab.tar.gz buildroot-novena-503ab93cfe0f20976435f62e46b37afae6d8cdab.zip |
toolchain: add BR2_USE_SSP option for stack protection support
Using the support in uClibc.
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.30.config')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.30.config | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.30.config b/toolchain/uClibc/uClibc-0.9.30.config index 91b8c120a..30db7fe45 100644 --- a/toolchain/uClibc/uClibc-0.9.30.config +++ b/toolchain/uClibc/uClibc-0.9.30.config @@ -196,12 +196,17 @@ DEVEL_PREFIX="/usr/" # Security options # # UCLIBC_BUILD_PIE is not set -UCLIBC_HAS_ARC4RANDOM=y +# UCLIBC_HAS_ARC4RANDOM is not set # HAVE_NO_SSP is not set -# UCLIBC_HAS_SSP is not set +UCLIBC_HAS_SSP=y +# UCLIBC_HAS_SSP_COMPAT is not set +# SSP_QUICK_CANARY is not set +PROPOLICE_BLOCK_ABRT=y +# PROPOLICE_BLOCK_SEGV is not set +# UCLIBC_BUILD_SSP is not set UCLIBC_BUILD_RELRO=y UCLIBC_BUILD_NOW=y -# UCLIBC_BUILD_NOEXECSTACK is not set +UCLIBC_BUILD_NOEXECSTACK=y # # uClibc development/debugging options |