Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 46685
config PKG_CC_STACKPROTECTOR_STRONG
bool "Strong"
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
endchoice
config KERNEL_CC_STACKPROTECTOR_REGULAR
bool "Regular"
config KERNEL_CC_STACKPROTECTOR_STRONG
- depends on GCC_VERSION_4_9_LINARO
+ depends on GCC_VERSION_4_9_LINARO || GCC_VERSION_5
bool "Strong"
endchoice