toolchain: introduce BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 30 May 2011 21:56:57 +0000 (23:56 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 12 Jun 2011 19:50:20 +0000 (21:50 +0200)
commitb9882925a438824b2e34b196cd7ef5382d1fb9cb
tree0b1eeb99a165f4df92ec0f7877fe7def50d67f2d
parent32a0dcea5c77719b79b04000af0125afde2ba5aa
toolchain: introduce BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS

Unfortunately, the official Blackfin toolchains are built without the
shadow password support, so our default Busybox configuration fails to
build.

Therefore, we introduce a new hidden knob
BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS, which is set to yes for Buildroot
internal toolchain, for toolchains generated by the Crosstool-NG
backend, for Glibc external toolchains and for Uclibc custom external
toolchains. It is left unset by the Blackfin toolchain profile.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/Config.in
toolchain/toolchain-common.in
toolchain/toolchain-external/Config.in