From b17f8707c142be9ee65abf5b19fa9dcf16753590 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 9 Oct 2010 11:38:04 +0200 Subject: cc/gcc: add an option to enable/disable build of libssp libssp is the run-time Stack-Smashing Protection library. It can be usefull to have or miss, depends... Signed-off-by: "Yann E. MORIN" --- config/cc/gcc.in.2 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config') diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 00e53921..a87b3888 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -74,6 +74,15 @@ config CC_GCC_LIBGOMP The default is 'N'. Say 'Y' if you need it, and report success/failure. +config CC_GCC_LIBSSP + bool + prompt "Compile libssp" + default n + help + libssp is the run-time Stack-Smashing Protection library. + + The default is 'N'. Say 'Y' if you need it, and report success/failure. + #----------------------------------------------------------------------------- comment "Misc. obscure options." -- cgit v1.2.3