From 503ab93cfe0f20976435f62e46b37afae6d8cdab Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 22 Apr 2009 07:27:22 +0000 Subject: toolchain: add BR2_USE_SSP option for stack protection support Using the support in uClibc. --- toolchain/Config.in.2 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'toolchain/Config.in.2') diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index a63e1141d..e9fe8521c 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -85,6 +85,15 @@ config BR2_SOFT_FLOAT Most people will answer N. +config BR2_USE_SSP + bool "Enable stack protection support" + help + Enable stack smashing protection support using GCCs + -fstack-protector[-all] option. + + See http://www.linuxfromscratch.org/hints/downloads/files/ssp.txt + for details. + choice prompt "Thread library implementation" default BR2_PTHREADS_OLD -- cgit v1.2.3