mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
toolchain: update comment about uClibc/uClibc-ng
External toolchains can use both, so mention it here. Reported-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3adc7f521f
commit
9f4483f7ce
@ -920,14 +920,16 @@ choice
|
|||||||
default BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
default BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
||||||
bool "uClibc"
|
bool "uClibc/uClibc-ng"
|
||||||
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
||||||
# For the time being, we assume that all custom external
|
# For the time being, we assume that all custom external
|
||||||
# toolchains have shadow password support.
|
# toolchains have shadow password support.
|
||||||
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
||||||
help
|
help
|
||||||
Select this option if your external toolchain uses the
|
Select this option if your external toolchain uses the
|
||||||
uClibc C library (available from http://www.uclibc.org/).
|
uClibc (available from http://www.uclibc.org/)
|
||||||
|
or uClibc-ng (available from http://www.uclibc-ng.org)
|
||||||
|
C library.
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC
|
||||||
bool "glibc/eglibc"
|
bool "glibc/eglibc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user