aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-09-09 23:42:06 +0000
committerNicolas Thill <nico@openwrt.org>2009-09-09 23:42:06 +0000
commitb4d3230cd705a9cf96f87667e532c39e55a7ce57 (patch)
tree1d4a2404d5ae4d2e4246430c363653dae201d9dc /toolchain/gcc
parent12ef2501ebd415eeda968070f0567aa57923211c (diff)
downloadupstream-b4d3230cd705a9cf96f87667e532c39e55a7ce57.tar.gz
upstream-b4d3230cd705a9cf96f87667e532c39e55a7ce57.tar.bz2
upstream-b4d3230cd705a9cf96f87667e532c39e55a7ce57.zip
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/gcc')
-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 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