Kaynağa Gözat

enable strong SSP / Stackprotector on gcc5

Signed-off-by: Dirk Neukirchen <[email protected]>

SVN-Revision: 46685
Steven Barth 10 yıl önce
ebeveyn
işleme
ed53726072
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      config/Config-build.in

+ 2 - 2
config/Config-build.in

@@ -232,7 +232,7 @@ menu "Global build settings"
 		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
 
@@ -247,7 +247,7 @@ menu "Global build settings"
 		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