]> Git Repo - buildroot-mgba.git/commitdiff
Config.in: ensure BR2_SSP_STRONG can only be selected if supported
authorThomas Petazzoni <[email protected]>
Thu, 20 Feb 2020 02:01:16 +0000 (03:01 +0100)
committerYann E. MORIN <[email protected]>
Thu, 20 Feb 2020 21:58:03 +0000 (22:58 +0100)
This commit ensures that BR2_SSP_STRONG cannot be chosen if the
toolchain doesn't support strong SSP.

Fixes:

  http://autobuild.buildroot.net/results/cba93a681d10692c4e4c5584e4c962bd18a608d4/

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

index 5a4239bc9a1feede9a9570d394cebd68cb5cfb15..2913d39ec8a9876d114112f86ae93336ae158cdc 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -758,6 +758,7 @@ config BR2_SSP_REGULAR
 
 config BR2_SSP_STRONG
        bool "-fstack-protector-strong"
+       depends on BR2_TOOLCHAIN_HAS_SSP_STRONG
        help
          Like -fstack-protector but includes additional functions to be
          protected - those that have local array definitions, or have
This page took 0.033734 seconds and 4 git commands to generate.