diff mbox

[v4] external-toolchain: BR2_TOOLCHAIN_EXTERNAL_GLIBC includes eglibc

Message ID 1348774062-23946-1-git-send-email-baruch@tkos.co.il
State Accepted
Commit 96688934c471d81197ebf0e19c72bba8fa5feb2e
Headers show

Commit Message

Baruch Siach Sept. 27, 2012, 7:27 p.m. UTC
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 <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
v4: now actually commit the rephrased text.

v3: rephrase the help text to make it clear that the eglibc build is given,
    address the comment of Thomas Petazzoni.

v2: mention in the help text that eglibc may lack some features as suggested
    by Yann E. MORIN.

 toolchain/toolchain-external/Config.in |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Yann E. MORIN Sept. 27, 2012, 9:06 p.m. UTC | #1
Baruch, All,

On Thursday 27 September 2012 21:27:42 Baruch Siach wrote:
> v4: now actually commit the rephrased text.
[--SNIP--]
>  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.

Well, that's even better! :-)

Regards,
Yann E. MORIN.
Thomas Petazzoni Sept. 27, 2012, 9:21 p.m. UTC | #2
Dear Baruch Siach,

On Thu, 27 Sep 2012 21:27:42 +0200, Baruch Siach wrote:
> 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 <yann.morin.1998@free.fr>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Luca Ceresoli Oct. 2, 2012, 1:57 p.m. UTC | #3
Baruch Siach wrote:
> 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 <yann.morin.1998@free.fr>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Acked-by: Luca Ceresoli <luca@lucaceresoli.net>

Luca
Peter Korsgaard Oct. 4, 2012, 8:21 p.m. UTC | #4
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 Baruch> Yann E. MORIN says:
 Baruch>     "Although eglibc can be configured to include/exclude parts of the
 Baruch>     features, it seems to not be in wide use, if at all."

Committed, thanks.
diff mbox

Patch

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index f86ed74..cd56443 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -664,8 +664,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