toolchain/toolchain-external/toolchain-external-custom: remove mentions of eglibc
eglibc is a thing of the past, stop mentioning it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5e050a8849
commit
9f81decf46
@ -385,17 +385,11 @@ config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
|||||||
C library.
|
C library.
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC
|
||||||
bool "glibc/eglibc"
|
bool "glibc"
|
||||||
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
||||||
help
|
help
|
||||||
Select this option if your external toolchain uses the GNU C
|
Select this option if your external toolchain uses the GNU C
|
||||||
library (available from https://www.gnu.org/software/libc/)
|
library (available from https://www.gnu.org/software/libc/).
|
||||||
or its variant the eglibc library (http://www.eglibc.org/).
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL
|
||||||
bool "musl (experimental)"
|
bool "musl (experimental)"
|
||||||
|
Loading…
Reference in New Issue
Block a user