Commit 96688934 authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files

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: default avatarYann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarLuca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 96d677bc
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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