]> Git Repo - buildroot-mgba.git/commitdiff
toolchain/toolchain-external/toolchain-external-custom: remove mentions of eglibc
authorThomas Petazzoni <[email protected]>
Wed, 27 Jul 2022 09:10:21 +0000 (11:10 +0200)
committerThomas Petazzoni <[email protected]>
Wed, 27 Jul 2022 09:11:19 +0000 (11:11 +0200)
eglibc is a thing of the past, stop mentioning it.

Signed-off-by: Thomas Petazzoni <[email protected]>
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index efd475a182a51a133a6f58668dcaefd88f086178..6727778f4237cfe7345e55de5165ab5202f415f4 100644 (file)
@@ -385,17 +385,11 @@ config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
          C library.
 
 config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC
-       bool "glibc/eglibc"
+       bool "glibc"
        select BR2_TOOLCHAIN_EXTERNAL_GLIBC
        help
          Select this option if your external toolchain uses the GNU C
-         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.
+         library (available from https://www.gnu.org/software/libc/).
 
 config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL
        bool "musl (experimental)"
This page took 0.035669 seconds and 4 git commands to generate.