From: Nicolas Thill Date: Wed, 9 Sep 2009 23:42:06 +0000 (+0000) Subject: fix wrong description for CONFIG_SSP X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f69f5f0b384d13d867df75b8a0be7e7fa79264ea;p=librecmc%2Flibrecmc.git fix wrong description for CONFIG_SSP SVN-Revision: 17550 --- 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