diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-09-09 23:42:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-09-09 23:42:06 +0000 |
commit | f69f5f0b384d13d867df75b8a0be7e7fa79264ea (patch) | |
tree | 3bb0c435fc6c54511fb73cfb6c4555292717c828 /toolchain/gcc/Config.in | |
parent | 3ce53b8d9286d6ab636413358389c9d13d0976c0 (diff) | |
download | upstream-f69f5f0b384d13d867df75b8a0be7e7fa79264ea.tar.gz upstream-f69f5f0b384d13d867df75b8a0be7e7fa79264ea.tar.bz2 upstream-f69f5f0b384d13d867df75b8a0be7e7fa79264ea.zip |
fix wrong description for CONFIG_SSP
SVN-Revision: 17550
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index e034c3860f..ab41924026 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -58,10 +58,10 @@ config EXTRA_GCC_CONFIG_OPTIONS config SSP_SUPPORT bool depends !GCC_VERSION_3_4_6 - prompt "Enable Smash Stacking Protection support" if TOOLCHAINOPTS + prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS default n help - Enable Smash Stacking Protection support + Enable Stack-Smashing Protection support config INSTALL_LIBSTDCPP bool |