toolchain: remove BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
authorBaruch Siach <baruch@tkos.co.il>
Tue, 8 May 2018 15:05:19 +0000 (18:05 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 May 2018 20:58:41 +0000 (22:58 +0200)
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>
toolchain/Config.in
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index 121ddb4fa49a0ecc6c50ded5869884a6fd164a19..77f95ee1c32c25b03a4f359ccbba80a65df4cd0b 100644 (file)
@@ -15,7 +15,6 @@ config BR2_TOOLCHAIN_USES_GLIBC
        select BR2_TOOLCHAIN_HAS_THREADS
        select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
        select BR2_TOOLCHAIN_HAS_THREADS_NPTL
-       select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
        select BR2_TOOLCHAIN_SUPPORTS_PIE
 
 config BR2_TOOLCHAIN_USES_UCLIBC
@@ -43,7 +42,6 @@ choice
 config BR2_TOOLCHAIN_BUILDROOT
        bool "Buildroot toolchain"
        depends on BR2_ARCH_HAS_TOOLCHAIN_BUILDROOT
-       select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
 
 config BR2_TOOLCHAIN_EXTERNAL
        bool "External toolchain"
@@ -108,9 +106,6 @@ config BR2_TOOLCHAIN_HAS_THREADS_DEBUG
 config BR2_TOOLCHAIN_HAS_THREADS_NPTL
        bool
 
-config BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
-       bool
-
 config BR2_TOOLCHAIN_HAS_SSP
        bool
 
index 65d94d0adfd831f78e8739dabfa77e887cc989c3..55370e967a3790a8cbdc96d53f6c391d52e4ce0c 100644 (file)
@@ -277,9 +277,6 @@ choice
 config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
        bool "uClibc/uClibc-ng"
        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
          Select this option if your external toolchain uses the
          uClibc (available from http://www.uclibc.org/)