enable strong SSP / Stackprotector on gcc5
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46685
This commit is contained in:
parent
a6dc587cf6
commit
ed53726072
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ menu "Global build settings"
|
||||||
config PKG_CC_STACKPROTECTOR_STRONG
|
config PKG_CC_STACKPROTECTOR_STRONG
|
||||||
bool "Strong"
|
bool "Strong"
|
||||||
select SSP_SUPPORT if !USE_MUSL
|
select SSP_SUPPORT if !USE_MUSL
|
||||||
depends on GCC_VERSION_4_9_LINARO
|
depends on GCC_VERSION_4_9_LINARO || GCC_VERSION_5
|
||||||
depends on KERNEL_CC_STACKPROTECTOR_STRONG
|
depends on KERNEL_CC_STACKPROTECTOR_STRONG
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -247,7 +247,7 @@ menu "Global build settings"
|
||||||
config KERNEL_CC_STACKPROTECTOR_REGULAR
|
config KERNEL_CC_STACKPROTECTOR_REGULAR
|
||||||
bool "Regular"
|
bool "Regular"
|
||||||
config KERNEL_CC_STACKPROTECTOR_STRONG
|
config KERNEL_CC_STACKPROTECTOR_STRONG
|
||||||
depends on GCC_VERSION_4_9_LINARO
|
depends on GCC_VERSION_4_9_LINARO || GCC_VERSION_5
|
||||||
bool "Strong"
|
bool "Strong"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue