From: Baruch Siach Date: Thu, 27 Sep 2012 09:27:42 +0000 (+0000) Subject: external-toolchain: BR2_TOOLCHAIN_EXTERNAL_GLIBC includes eglibc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96688934c471d81197ebf0e19c72bba8fa5feb2e;p=buildroot.git external-toolchain: BR2_TOOLCHAIN_EXTERNAL_GLIBC includes eglibc Yann E. MORIN says: "Although eglibc can be configured to include/exclude parts of the features, it seems to not be in wide use, if at all." Acked-by: Yann E. MORIN Signed-off-by: Baruch Siach Acked-by: Thomas Petazzoni Acked-by: Luca Ceresoli Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 94ae735219..105fb2a26e 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -692,8 +692,13 @@ config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC - bool "glibc" + bool "glibc/eglibc" select BR2_TOOLCHAIN_EXTERNAL_GLIBC + help + Note: eglibc is a variant of glibc that (among other things) can be + configured to exclude some of its features. Using a toolchain with + eglibc configured to exclude key features may cause build failures to + some packages. endchoice