summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-09 23:42:06 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-09 23:42:06 +0000
commit97ec57165d33ea67c4e330bbd4b44e8548931d46 (patch)
tree1d4a2404d5ae4d2e4246430c363653dae201d9dc /toolchain
parentff9d9a341a48ec6f03ad86a5861c1d91c2d5331e (diff)
fix wrong description for CONFIG_SSP
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17550 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index e034c3860..ab4192402 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