Author: cyrus
Date: 2015-08-18 11:20:34 +0200 (Tue, 18 Aug 2015)
New Revision: 46685

Modified:
   trunk/config/Config-build.in
Log:
enable strong SSP / Stackprotector on gcc5

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

Modified: trunk/config/Config-build.in
===================================================================
--- trunk/config/Config-build.in        2015-08-18 09:18:40 UTC (rev 46684)
+++ trunk/config/Config-build.in        2015-08-18 09:20:34 UTC (rev 46685)
@@ -232,7 +232,7 @@
                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 @@
                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
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to