mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
toolchain: remove BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
Commit b9882925a4 (toolchain: introduce BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS) added this symbol to identify Blackfin toolchains without shadow passwords support. We no longer support Blackfin. Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9e11eaa82f
commit
561433f8f2
@ -15,7 +15,6 @@ config BR2_TOOLCHAIN_USES_GLIBC
|
|||||||
select BR2_TOOLCHAIN_HAS_THREADS
|
select BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
||||||
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
|
||||||
select BR2_TOOLCHAIN_SUPPORTS_PIE
|
select BR2_TOOLCHAIN_SUPPORTS_PIE
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_USES_UCLIBC
|
config BR2_TOOLCHAIN_USES_UCLIBC
|
||||||
@ -43,7 +42,6 @@ choice
|
|||||||
config BR2_TOOLCHAIN_BUILDROOT
|
config BR2_TOOLCHAIN_BUILDROOT
|
||||||
bool "Buildroot toolchain"
|
bool "Buildroot toolchain"
|
||||||
depends on BR2_ARCH_HAS_TOOLCHAIN_BUILDROOT
|
depends on BR2_ARCH_HAS_TOOLCHAIN_BUILDROOT
|
||||||
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL
|
config BR2_TOOLCHAIN_EXTERNAL
|
||||||
bool "External toolchain"
|
bool "External toolchain"
|
||||||
@ -108,9 +106,6 @@ config BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|||||||
config BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
config BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
|
||||||
bool
|
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_HAS_SSP
|
config BR2_TOOLCHAIN_HAS_SSP
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
@ -277,9 +277,6 @@ choice
|
|||||||
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
||||||
bool "uClibc/uClibc-ng"
|
bool "uClibc/uClibc-ng"
|
||||||
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
||||||
# For the time being, we assume that all custom external
|
|
||||||
# toolchains have shadow password support.
|
|
||||||
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
|
||||||
help
|
help
|
||||||
Select this option if your external toolchain uses the
|
Select this option if your external toolchain uses the
|
||||||
uClibc (available from http://www.uclibc.org/)
|
uClibc (available from http://www.uclibc.org/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user