summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-buildroot/Config.in.2
blob: 1371c31ad5fb0df9b4d18486e532570aa1cded84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Buildroot backend specific options

if BR2_TOOLCHAIN_BUILDROOT

comment "Toolchain Options"

config BR2_TOOLCHAIN_BUILDROOT_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.

source "package/elf2flt/Config.in.host"

endif
OpenPOWER on IntegriCloud