mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
toolchain/external: fix SSP help texts for custom toolchains
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
058dc9aa0b
commit
bd99af3742
@ -405,7 +405,7 @@ config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
|
|||||||
default y if BR2_TOOLCHAIN_EXTERNAL_MUSL
|
default y if BR2_TOOLCHAIN_EXTERNAL_MUSL
|
||||||
select BR2_TOOLCHAIN_HAS_SSP
|
select BR2_TOOLCHAIN_HAS_SSP
|
||||||
help
|
help
|
||||||
Selection this option if your external toolchain has Stack
|
Select this option if your external toolchain has Stack
|
||||||
Smashing Protection support enabled. If you don't know,
|
Smashing Protection support enabled. If you don't know,
|
||||||
leave the default value, Buildroot will tell you if it's
|
leave the default value, Buildroot will tell you if it's
|
||||||
correct or not.
|
correct or not.
|
||||||
@ -417,7 +417,7 @@ config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP_STRONG
|
|||||||
depends on BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
|
depends on BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
|
||||||
select BR2_TOOLCHAIN_HAS_SSP_STRONG
|
select BR2_TOOLCHAIN_HAS_SSP_STRONG
|
||||||
help
|
help
|
||||||
Selection this option if your external toolchain has strong
|
Select this option if your external toolchain has strong
|
||||||
Stack Smashing Protection support enabled. If you don't
|
Stack Smashing Protection support enabled. If you don't
|
||||||
know, leave the default value, Buildroot will tell you if
|
know, leave the default value, Buildroot will tell you if
|
||||||
it's correct or not.
|
it's correct or not.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user