]> Git Repo - buildroot-mgba.git/commitdiff
Config.in: put back legacy comment for BR2_ENABLE_SSP
authorFabrice Fontaine <[email protected]>
Tue, 4 May 2021 20:09:11 +0000 (22:09 +0200)
committerYann E. MORIN <[email protected]>
Tue, 4 May 2021 20:35:14 +0000 (22:35 +0200)
Put back legacy comment for BR2_ENABLE_SSP which was dropped with commit
810ba387bec3c5b6904e8893fb4cb6f9d3717466

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
Config.in

index 51fd9dfcd79ef2fdb1bdcaffd4899bc9bacaa160..c65e34bd5ee73e4d9a96cde7863bb23382a338d4 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -728,7 +728,7 @@ comment "PIC/PIE needs a toolchain w/ PIE"
 
 choice
        bool "Stack Smashing Protection"
-       default BR2_SSP_ALL if BR2_ENABLE_SSP
+       default BR2_SSP_ALL if BR2_ENABLE_SSP # legacy
        default BR2_SSP_STRONG if BR2_TOOLCHAIN_HAS_SSP_STRONG
        default BR2_SSP_REGULAR
        depends on BR2_TOOLCHAIN_HAS_SSP
This page took 0.033156 seconds and 4 git commands to generate.