summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-common.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-05-30 23:56:57 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-06-12 21:50:20 +0200
commitb9882925a438824b2e34b196cd7ef5382d1fb9cb (patch)
tree0b1eeb99a165f4df92ec0f7877fe7def50d67f2d /toolchain/toolchain-common.in
parent32a0dcea5c77719b79b04000af0125afde2ba5aa (diff)
downloadbuildroot-novena-b9882925a438824b2e34b196cd7ef5382d1fb9cb.tar.gz
buildroot-novena-b9882925a438824b2e34b196cd7ef5382d1fb9cb.zip
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>
Diffstat (limited to 'toolchain/toolchain-common.in')
-rw-r--r--toolchain/toolchain-common.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index a641785e6..4a2f3795b 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -29,6 +29,9 @@ config BR2_INSTALL_LIBSTDCPP
config BR2_TOOLCHAIN_HAS_THREADS
bool
+config BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
+ bool
+
config BR2_ENABLE_LOCALE_PURGE
bool "Purge unwanted locales"
help